jaystack / jaydata

Notice: this library isn't maintained anymore
http://jaydata.org
GNU General Public License v2.0
352 stars 95 forks source link

Remove WebSQL usage and/or method calls from this repository #330

Open ccsmith13 opened 1 year ago

ccsmith13 commented 1 year ago

Web SQL is on its way out and is being slowly deprecated. Web SQL access in insecure contexts is deprecated as of Chromium 105 and a warning message is shown in the Chrome DevTools Issue panel. It's planned to fully remove it in later versions. Currently jaydata still enables the feature, as seen in calls to the WebSQL method openDatabase : https://github.com/jaystack/jaydata/blob/3651bfa9a448ddfeb694a0291041576c37f5bb4d/test/qunit/scripts/sqLiteCRUDTests.js#L321