tree: 75f8e5aa92a84148707abeff86cc97399d9248b9 [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_unittest.cc
  13. idb_cursor_with_value.cc
  14. idb_cursor_with_value.h
  15. idb_cursor_with_value.idl
  16. idb_database.cc
  17. idb_database.h
  18. idb_database.idl
  19. idb_database_error.h
  20. idb_database_info.idl
  21. idb_event_dispatcher.cc
  22. idb_event_dispatcher.h
  23. idb_factory.cc
  24. idb_factory.h
  25. idb_factory.idl
  26. idb_factory_client.cc
  27. idb_factory_client.h
  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_object_store.cc
  43. idb_object_store.h
  44. idb_object_store.idl
  45. idb_object_store_parameters.idl
  46. idb_open_db_request.cc
  47. idb_open_db_request.h
  48. idb_open_db_request.idl
  49. idb_request.cc
  50. idb_request.h
  51. idb_request.idl
  52. idb_request_loader.cc
  53. idb_request_loader.h
  54. idb_request_queue_item.cc
  55. idb_request_queue_item.h
  56. idb_request_test.cc
  57. idb_test_helper.cc
  58. idb_test_helper.h
  59. idb_transaction.cc
  60. idb_transaction.h
  61. idb_transaction.idl
  62. idb_transaction_options.idl
  63. idb_transaction_test.cc
  64. idb_value.cc
  65. idb_value.h
  66. idb_value_wrapping.cc
  67. idb_value_wrapping.h
  68. idb_value_wrapping_test.cc
  69. idb_version_change_event.cc
  70. idb_version_change_event.h
  71. idb_version_change_event.idl
  72. idb_version_change_event_init.idl
  73. indexed_db.h
  74. indexed_db_blink_mojom_traits.cc
  75. indexed_db_blink_mojom_traits.h
  76. indexed_db_blink_mojom_traits_test.cc
  77. indexed_db_names.json5
  78. inspector_indexed_db_agent.cc
  79. inspector_indexed_db_agent.h
  80. mock_idb_database.cc
  81. mock_idb_database.h
  82. mock_idb_transaction.cc
  83. mock_idb_transaction.h
  84. OWNERS
  85. README.md
  86. window_indexed_database.idl
  87. 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.