Edit File: isWebSQLValid.js
function isWebSQLValid() { return typeof openDatabase === 'function'; } export default isWebSQLValid;
Back to File Manager