Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

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

Open
ccsmith13 opened this issue Mar 31, 2023 · 0 comments
Open

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

ccsmith13 opened this issue Mar 31, 2023 · 0 comments

Comments

@ccsmith13
Copy link

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 :

openDatabase: function (name, displayName, estimatedSize) {

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant