On that page I do inspect, got console and do:
loadDBAndExec('SELECT * FROM my_table LIMIT 10;')
I get
Uncaught ReferenceError: loadDBAndExec is not defined
Why doesn't this work?
The live demo uses a webworker with different code: https://boredcaveman.xyz/demo/megacat/database-app.js
On that page I do inspect, got console and do:
loadDBAndExec('SELECT * FROM my_table LIMIT 10;')
I get
Uncaught ReferenceError: loadDBAndExec is not defined
Why doesn't this work?