IndexedDB

We'd love to hear more about your role and the company you work for
Please help us by answering a few questions.

IndexedDB 是一个用于在浏览器中储存较大数据结构的 Web API, 并提供索引功能以实现高性能查找。像其他基于 SQL关系型数据库管理系统一样,IndexedDB 是一个事务型的数据库系统。然而,它是使用 JavaScript 对象而非列数固定的表格来储存数据的。

参见