You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
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 :
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
:jaydata/test/qunit/scripts/sqLiteCRUDTests.js
Line 321 in 3651bfa
The text was updated successfully, but these errors were encountered: