Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/abort-in-initial-upgradeneeded.any.txt
Zaggy1024 ef845fe22a LibWeb: Don't count unversioned databases in IDBFactory::databases()
This code was treating the parameter to the JS::Array as if it was a
capacity, but that causes JS to see more databases than are actually
accessible if a database was being created in an aborted transaction.
2026-03-20 23:59:35 -05:00

6 lines
111 B
Plaintext

Harness status: OK
Found 1 tests
1 Pass
Pass An abort() in the initial onupgradeneeded sets version back to 0