IndexedDB view all Databases and Object Stores

前端 未结 4 2079
青春惊慌失措
青春惊慌失措 2020-12-03 10:58

I\'m using IndexedDB in a Windows 8 app and I\'m very new to both. I\'ve been able to successfully create, read, update, delete objects from object stores, and have created

4条回答
  •  眼角桃花
    2020-12-03 11:35

    Since all other topics reference back here as a duplicates. In Chrome you can view and delete all created databases in Developer Tools > Application > Storage.

    To view IndexedDB internals: chrome://indexeddb-internals/

提交回复
热议问题