Files
ladybird/Tests/LibWeb/Text/expected/indexeddb-abort-upgrade-reverts-handle-names.txt
Zaggy1024 547d4eb1f5 LibWeb: Implement IndexedDB request/transaction reverts
To allow these to be reverted, we store mutation logs per object store
in the scope of a readwrite transaction to track the modifications that
were made by it. If a revert is needed, the log is played in reverse to
bring us back to the original state.
2026-03-20 23:59:35 -05:00

4 lines
166 B
Plaintext

before rename: store=original_store index=original_index
after rename: store=renamed_store index=renamed_index
after abort: store=original_store index=original_index