Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚠️ Web SQL is deprecated #367

Open
tomayac opened this issue Oct 5, 2022 · 1 comment
Open

⚠️ Web SQL is deprecated #367

tomayac opened this issue Oct 5, 2022 · 1 comment

Comments

@tomayac
Copy link

tomayac commented Oct 5, 2022

Web SQL is on its way out and is being slowly deprecated. Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a warning message will be shown in the Chrome DevTools Issue panel. It's planned to fully remove it in later versions. This is a heads up to consider removing Web SQL as a storage backend from your library.

@brettz9
Copy link
Collaborator

brettz9 commented Oct 5, 2022

Thanks for the heads up. Personally, my focus is on this tool's Node support, so our use of the WebSQL is not an issue from that perspective. For the browser, PRs would be welcome, e.g., to use AlaSQL.

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

No branches or pull requests

2 participants