IndexedDB - Firefox Developer Tools 编辑
When you select an origin inside the Indexed DB storage type in the storage tree of the Storage Inspector, a table lists the details of all the databases present for that origin.
Note: The data shown in an IndexedDB database is a snapshot of the data as it was when you opened the Storage Inspector tool.
Databases have the following details:
- Database Name — The name of the database.
- Storage — The storage type specified for the database.
- Origin — The origin of the database.
- Version — The database version.
- Object Stores — The number of object stores in the database.
When an IndexedDB database is selected in the storage tree, details about all the object stores are listed in the table. Any object store has the following details:
- Object Store Name — The name of the object store.
- Key — The
keyPath
property of the object store. - Auto Increment — Is automatic incrementation of the keys enabled?
- Indexes — Array of indexes present in the object store as shown below.
When an object store is selected in the storage tree, all the items in that object store are listed in the table. All items have a key and a value associated with them.
You can delete an IndexedDB database using the context menu in the storage tree:
If the database cannot be deleted (most commonly because there are still active connections to the database), a warning message will be displayed in the Storage Inspector:
You can use the context menu in the table widget to delete all items in an object store, or a particular item:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论