tree: 13bbedbeabc0b5d69b65392e90a3a768e2279081 [path history] [tgz]
  1. docs/
  2. BUILD.gn
  3. DEPS
  4. DIR_METADATA
  5. global_indexed_db.cc
  6. global_indexed_db.h
  7. idb_any.cc
  8. idb_any.h
  9. idb_cursor.cc
  10. idb_cursor.h
  11. idb_cursor.idl
  12. idb_cursor_with_value.cc
  13. idb_cursor_with_value.h
  14. idb_cursor_with_value.idl
  15. idb_database.cc
  16. idb_database.h
  17. idb_database.idl
  18. idb_database_error.h
  19. idb_database_info.idl
  20. idb_event_dispatcher.cc
  21. idb_event_dispatcher.h
  22. idb_factory.cc
  23. idb_factory.h
  24. idb_factory.idl
  25. idb_factory_test.cc
  26. idb_index.cc
  27. idb_index.h
  28. idb_index.idl
  29. idb_index_parameters.idl
  30. idb_key.cc
  31. idb_key.h
  32. idb_key_path.cc
  33. idb_key_path.h
  34. idb_key_path_test.cc
  35. idb_key_range.cc
  36. idb_key_range.h
  37. idb_key_range.idl
  38. idb_metadata.cc
  39. idb_metadata.h
  40. idb_name_and_version.h
  41. idb_object_store.cc
  42. idb_object_store.h
  43. idb_object_store.idl
  44. idb_object_store_parameters.idl
  45. idb_open_db_request.cc
  46. idb_open_db_request.h
  47. idb_open_db_request.idl
  48. idb_request.cc
  49. idb_request.h
  50. idb_request.idl
  51. idb_request_loader.cc
  52. idb_request_loader.h
  53. idb_request_queue_item.cc
  54. idb_request_queue_item.h
  55. idb_request_test.cc
  56. idb_test_helper.cc
  57. idb_test_helper.h
  58. idb_transaction.cc
  59. idb_transaction.h
  60. idb_transaction.idl
  61. idb_transaction_options.idl
  62. idb_transaction_test.cc
  63. idb_value.cc
  64. idb_value.h
  65. idb_value_wrapping.cc
  66. idb_value_wrapping.h
  67. idb_value_wrapping_test.cc
  68. idb_version_change_event.cc
  69. idb_version_change_event.h
  70. idb_version_change_event.idl
  71. idb_version_change_event_init.idl
  72. indexed_db.h
  73. indexed_db_blink_mojom_traits.cc
  74. indexed_db_blink_mojom_traits.h
  75. indexed_db_blink_mojom_traits_test.cc
  76. indexed_db_dispatcher.cc
  77. indexed_db_dispatcher.h
  78. indexed_db_names.json5
  79. inspector_indexed_db_agent.cc
  80. inspector_indexed_db_agent.h
  81. mock_idb_database.cc
  82. mock_idb_database.h
  83. mock_idb_transaction.cc
  84. mock_idb_transaction.h
  85. mock_web_idb_callbacks.cc
  86. mock_web_idb_callbacks.h
  87. OWNERS
  88. README.md
  89. web_idb_callbacks.h
  90. web_idb_callbacks_impl.cc
  91. web_idb_callbacks_impl.h
  92. web_idb_cursor.cc
  93. web_idb_cursor.h
  94. web_idb_cursor_unittest.cc
  95. web_idb_database.cc
  96. web_idb_database.h
  97. web_idb_transaction.cc
  98. web_idb_transaction.h
  99. web_idb_transaction_unittest.cc
  100. window_indexed_database.idl
  101. worker_global_scope_indexed_database.idl
third_party/blink/renderer/modules/indexeddb/README.md

IndexedDB

IndexedDB is a browser storage mechanism that can efficiently store and retrieve large amounts of structured data with a subset of the ACID guarantees that are generally associated with relational databases. IndexedDB enjoys wide cross-browser adoption.

The IndexedDB specification is maintained on GitHub. The specification's issue tracker is the recommended forum for discussing new feature proposals and changes that would apply to all browsers implementing IndexedDB.

Mozilla‘s IndexedDB documentation is a solid introduction to IndexedDB for Web developers. Learning the IndexedDB concepts is also a good first step in understanding Blink’s IndexedDB implementation.

Documentation

Please add documents below as you write it.

Design Docs

Please complete the list below with new or existing design docs.

Obsoleted Design Docs

These documents are no longer current, but are still the best documentation we have in their area.