servo/components/net/indexeddb
Josh Matthews 189e649222
indexeddb: Allow deleting unknown DBs. (#38076)
The current behaviour is too strict according to the spec and is the
cause of many intermittent test errors.

Testing: Existing coverage is sufficient.
Fixes: #37706

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-07-16 01:22:18 +00:00
..
engines IndexedDB: communicate transaction errors and async response data more precisely (#38027) 2025-07-15 02:04:28 +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