indexeddbshim / IndexedDBShim

A polyfill for IndexedDB using WebSql
Other
967 stars 191 forks source link

⚠️ Web SQL is deprecated #367

Open tomayac opened 1 year ago

tomayac commented 1 year ago

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 commented 1 year ago

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.