Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

isWebSQLValid.js 107B

12345
  1. function isWebSQLValid() {
  2. return typeof openDatabase === 'function';
  3. }
  4. export default isWebSQLValid;