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
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 (
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 (
Nano-SQL/packages/Core/src/adapter-detect.ts
Line 29 in af74705
Describe alternatives you've considered
localStorage / sessionStorage / IndexedDB (see link above for more info)
Additional context
n/a
The text was updated successfully, but these errors were encountered: