servo/components/net/indexeddb/engines
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
..
heed.rs [IndexedDB] Adhere better to the specification for idb object store related operations (#37682) 2025-07-16 02:11:06 +00:00
mod.rs IndexedDB: communicate transaction errors and async response data more precisely (#38027) 2025-07-15 02:04:28 +00:00