Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/IndexedDB/transaction-lifetime-empty.any.txt
Zaggy1024 e8c1c2246e LibWeb: Autocommit IDB transactions with no requests during cleanup
If the current JS task has not made any requests, then nothing else
will trigger a commit like the spec desires, so we need to do it in the
microtask checkpoint.

Two WPT tests no longer time out with this change and have been
imported.
2026-03-05 17:12:55 -06:00

7 lines
182 B
Plaintext

Harness status: OK
Found 2 tests
2 Pass
Pass Transactions without requests complete in the expected order
Pass Multiple transactions without requests complete in the expected order