tree: a319ddab257193788858cf94f4972cfe4a239c9a [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_callbacks.cc
  19. idb_database_callbacks.h
  20. idb_database_error.h
  21. idb_database_info.idl
  22. idb_event_dispatcher.cc
  23. idb_event_dispatcher.h
  24. idb_factory.cc
  25. idb_factory.h
  26. idb_factory.idl
  27. idb_factory_test.cc
  28. idb_index.cc
  29. idb_index.h
  30. idb_index.idl
  31. idb_index_parameters.idl
  32. idb_key.cc
  33. idb_key.h
  34. idb_key_path.cc
  35. idb_key_path.h
  36. idb_key_path_test.cc
  37. idb_key_range.cc
  38. idb_key_range.h
  39. idb_key_range.idl
  40. idb_metadata.cc
  41. idb_metadata.h
  42. idb_name_and_version.h
  43. idb_object_store.cc
  44. idb_object_store.h
  45. idb_object_store.idl
  46. idb_object_store_parameters.idl
  47. idb_open_db_request.cc
  48. idb_open_db_request.h
  49. idb_open_db_request.idl
  50. idb_request.cc
  51. idb_request.h
  52. idb_request.idl
  53. idb_request_loader.cc
  54. idb_request_loader.h
  55. idb_request_queue_item.cc
  56. idb_request_queue_item.h
  57. idb_request_test.cc
  58. idb_test_helper.cc
  59. idb_test_helper.h
  60. idb_tracing.h
  61. idb_transaction.cc
  62. idb_transaction.h
  63. idb_transaction.idl
  64. idb_transaction_options.idl
  65. idb_transaction_test.cc
  66. idb_value.cc
  67. idb_value.h
  68. idb_value_wrapping.cc
  69. idb_value_wrapping.h
  70. idb_value_wrapping_test.cc
  71. idb_version_change_event.cc
  72. idb_version_change_event.h
  73. idb_version_change_event.idl
  74. idb_version_change_event_init.idl
  75. idls.gni
  76. indexed_db.h
  77. indexed_db_blink_mojom_traits.cc
  78. indexed_db_blink_mojom_traits.h
  79. indexed_db_blink_mojom_traits_test.cc
  80. indexed_db_database_callbacks_impl.cc
  81. indexed_db_database_callbacks_impl.h
  82. indexed_db_dispatcher.cc
  83. indexed_db_dispatcher.h
  84. indexed_db_names.json5
  85. inspector_indexed_db_agent.cc
  86. inspector_indexed_db_agent.h
  87. mock_web_idb_callbacks.cc
  88. mock_web_idb_callbacks.h
  89. mock_web_idb_database.cc
  90. mock_web_idb_database.h
  91. mock_web_idb_transaction.cc
  92. mock_web_idb_transaction.h
  93. OWNERS
  94. README.md
  95. web_idb_callbacks.h
  96. web_idb_callbacks_impl.cc
  97. web_idb_callbacks_impl.h
  98. web_idb_cursor.h
  99. web_idb_cursor_impl.cc
  100. web_idb_cursor_impl.h
  101. web_idb_cursor_impl_unittest.cc
  102. web_idb_database.h
  103. web_idb_database_callbacks.h
  104. web_idb_database_callbacks_impl.cc
  105. web_idb_database_callbacks_impl.h
  106. web_idb_database_impl.cc
  107. web_idb_database_impl.h
  108. web_idb_transaction.h
  109. web_idb_transaction_impl.cc
  110. web_idb_transaction_impl.h
  111. web_idb_transaction_impl_unittest.cc
  112. window_indexed_database.idl
  113. worker_global_scope_indexed_database.idl
chromium/src/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.