6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
function isWebSQLValid() {
|
|
return typeof openDatabase === 'function';
|
|
}
|
|
|
|
export default isWebSQLValid;
|