mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
An `InvalidStateError` is now thrown when an attempt is made to interact with an index or object store that has been deleted.
17 lines
1.0 KiB
Plaintext
17 lines
1.0 KiB
Plaintext
Harness status: OK
|
|
|
|
Found 12 tests
|
|
|
|
12 Pass
|
|
Pass IDBIndex.get exception order: InvalidStateError vs. TransactionInactiveError
|
|
Pass IDBIndex.get exception order: TransactionInactiveError vs. DataError
|
|
Pass IDBIndex.getAll exception order: InvalidStateError vs. TransactionInactiveError
|
|
Pass IDBIndex.getAll exception order: TransactionInactiveError vs. DataError
|
|
Pass IDBIndex.getAllKeys exception order: InvalidStateError vs. TransactionInactiveError
|
|
Pass IDBIndex.getAllKeys exception order: TransactionInactiveError vs. DataError
|
|
Pass IDBIndex.count exception order: InvalidStateError vs. TransactionInactiveError
|
|
Pass IDBIndex.count exception order: TransactionInactiveError vs. DataError
|
|
Pass IDBIndex.openCursor exception order: InvalidStateError vs. TransactionInactiveError
|
|
Pass IDBIndex.openCursor exception order: TransactionInactiveError vs. DataError
|
|
Pass IDBIndex.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError
|
|
Pass IDBIndex.openKeyCursor exception order: TransactionInactiveError vs. DataError |