indexeddbshim/IndexedDBShim

⚠️ Web SQL is deprecated

Open

#367 opened on Oct 5, 2022

 (1 comment) (1 reaction) (0 assignees)JavaScript (189 forks)github user discovery
Bug-environment supporthelp wanted

Repository metrics

Stars
 (978 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide