tree: 4bcf754c55877ef97e65d11b0664e2c90b01c3f4 [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_index.cc
  26. idb_index.h
  27. idb_index.idl
  28. idb_index_parameters.idl
  29. idb_key.cc
  30. idb_key.h
  31. idb_key_path.cc
  32. idb_key_path.h
  33. idb_key_path_test.cc
  34. idb_key_range.cc
  35. idb_key_range.h
  36. idb_key_range.idl
  37. idb_metadata.cc
  38. idb_metadata.h
  39. idb_object_store.cc
  40. idb_object_store.h
  41. idb_object_store.idl
  42. idb_object_store_parameters.idl
  43. idb_open_db_request.cc
  44. idb_open_db_request.h
  45. idb_open_db_request.idl
  46. idb_request.cc
  47. idb_request.h
  48. idb_request.idl
  49. idb_request_loader.cc
  50. idb_request_loader.h
  51. idb_request_queue_item.cc
  52. idb_request_queue_item.h
  53. idb_request_test.cc
  54. idb_test_helper.cc
  55. idb_test_helper.h
  56. idb_transaction.cc
  57. idb_transaction.h
  58. idb_transaction.idl
  59. idb_transaction_options.idl
  60. idb_transaction_test.cc
  61. idb_value.cc
  62. idb_value.h
  63. idb_value_wrapping.cc
  64. idb_value_wrapping.h
  65. idb_value_wrapping_test.cc
  66. idb_version_change_event.cc
  67. idb_version_change_event.h
  68. idb_version_change_event.idl
  69. idb_version_change_event_init.idl
  70. indexed_db.h
  71. indexed_db_blink_mojom_traits.cc
  72. indexed_db_blink_mojom_traits.h
  73. indexed_db_blink_mojom_traits_test.cc
  74. indexed_db_dispatcher.cc
  75. indexed_db_dispatcher.h
  76. indexed_db_names.json5
  77. inspector_indexed_db_agent.cc
  78. inspector_indexed_db_agent.h
  79. mock_idb_database.cc
  80. mock_idb_database.h
  81. mock_idb_transaction.cc
  82. mock_idb_transaction.h
  83. mock_web_idb_callbacks.cc
  84. mock_web_idb_callbacks.h
  85. OWNERS
  86. README.md
  87. web_idb_callbacks.h
  88. web_idb_callbacks_impl.cc
  89. web_idb_callbacks_impl.h
  90. web_idb_cursor.cc
  91. web_idb_cursor.h
  92. web_idb_cursor_unittest.cc
  93. web_idb_database.cc
  94. web_idb_database.h
  95. web_idb_transaction.cc
  96. web_idb_transaction.h
  97. web_idb_transaction_unittest.cc
  98. window_indexed_database.idl
  99. 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.