servo/components/net/indexeddb
Ashwin Naren d114feb0fa
[IndexedDB] Reduce heed related panics (#37652)
Allows indexeddb backends to return errors on certain operations.
Currently the errors are not demarcated, as the result type is
`Result<(), ()>`. If this is not appropriate then perhaps having a
string error might be better.

Testing: Some tests might perhaps move from PANIC to FAIL
Fixes: Partially fixes a bit of #37647, more work needs to be done
however

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Co-authored-by: Josh Matthews <josh@joshmatthews.net>
2025-06-25 00:22:19 +00:00
..
engines [IndexedDB] Reduce heed related panics (#37652) 2025-06-25 00:22:19 +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