Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #3823

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix typo #3823

wants to merge 3 commits into from

Conversation

bangjiehan
Copy link

Standard only state that auto-commit happen after requests finished and results handled.
Results handle by related events so implementation might wait for event queue to be empty.

When a transaction has been started and it can no longer become active, the implementation must attempt to commit it, as long as the transaction has not been aborted. This usually happens after all requests placed against the transaction have been executed and their returned results handled, and no new requests have been placed against the transaction.

from indexeddb api 2.0

@javascript-translate-bot javascript-translate-bot added the review needed Review needed, please approve or request changes label Mar 13, 2025
@javascript-translate-bot javascript-translate-bot requested review from a team March 13, 2025 03:27
@bangjiehan bangjiehan marked this pull request as ready for review March 13, 2025 08:04
@smith558 smith558 self-assigned this Apr 13, 2025
@smith558 smith558 added the P1 High priority label Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High priority review needed Review needed, please approve or request changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants