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 feature name and description for IDBDatabase.transaction subfeature #23592

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

queengooborg
Copy link
Collaborator

This is a quick fix to resolve #23255. This was an oversight when reviewing #23010.

Ultimately, openwebdocs/mdn-bcd-collector#1614 will fully resolve the issue by introducing subfeatures for all of the parameters and their values.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jul 1, 2024
Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change is plausible, readwriteflush is likely a value of the mode parameter (like readonly and readwrite).

@caugner caugner merged commit 06ef06d into main Oct 9, 2024
8 checks passed
@caugner caugner deleted the idbtransaction branch October 9, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

api.IDBDatabase.transaction - durability and readwrite flush are combined into the same row
2 participants