Created
October 13, 2021 19:02
-
-
Save kukagg/6f783053c84a2babd764e943cd5b068a to your computer and use it in GitHub Desktop.
Clean IndexedDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
indexedDB.databases().then(l => l.forEach(e => indexedDB.deleteDatabase(o.name))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment