servo/components/net/indexeddb
Josh Matthews 6dbd64e72d
net: Split read-only and read-write IndexedDB operations into separate enums (#37575)
This change allows the compiler to recognize if any read-only operations
are missing an implementation when processing a readonly transaction.

Testing: The existing behaviour is unchanged, so current tests suffice.
The new code is unused and cannot be tested.
Fixes: part of #6963

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-07-12 11:29:36 +00:00
..
engines net: Split read-only and read-write IndexedDB operations into separate enums (#37575) 2025-07-12 11:29:36 +00:00
idb_thread.rs [IndexedDB] Reduce heed related panics (#37652) 2025-06-25 00:22:19 +00:00
mod.rs Initial IndexedDB Support (#33044) 2025-06-19 05:19:07 +00:00