servo/components/net/indexeddb
Ashwin Naren 71e7019d45
[IndexedDB] Adhere better to the specification for idb object store related operations (#37682)
Many object store related operations require the transaction to be
checked: to ensure it is still active, and, if the operation is a write,
that the transaction is not read-only. I've added the
`check_transaction` method to perform these checks.

Additionally `Clear` was still half-implemented, so I went ahead and
implemented that.

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-07-16 02:11:06 +00:00
..
engines [IndexedDB] Adhere better to the specification for idb object store related operations (#37682) 2025-07-16 02:11:06 +00:00
idb_thread.rs indexeddb: Allow deleting unknown DBs. (#38076) 2025-07-16 01:22:18 +00:00
mod.rs Initial IndexedDB Support (#33044) 2025-06-19 05:19:07 +00:00