⚠️ Web SQL is deprecated
Closed this issue · 1 comments
tomayac commented
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.
grassick commented
True, however it's the primary storage in Cordova, so we still need to use it for that, as Cordova is the primary platform that we use this library for.