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

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

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

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

ccsmith13 opened this issue Mar 31, 2023 · 0 comments

Comments

@ccsmith13
Copy link

Is your feature request related to a problem? Please describe.
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.

Describe the solution you'd like
Remove fallback to WebSQL / any other WebSQL usage in Nano-SQL (

// fall back to WebSQL
)

Describe alternatives you've considered
localStorage / sessionStorage / IndexedDB (see link above for more info)

Additional context
n/a

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

No branches or pull requests

1 participant