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

api.IDBDatabase.transaction - durability and readwrite flush are combined into the same row #23255

Open
jespertheend opened this issue Jun 4, 2024 · 0 comments · May be fixed by #23592
Open
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@jespertheend
Copy link

What type of issue is this?

Other

What information was incorrect, unhelpful, or incomplete?

I'm seeing a single row for option.durability and parameter supports readwriteflush. I think these should be two separate rows.

As for support, I think the same data can be taken from IDBTransaction.durability.

image

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

Two separate rows for option.durability and parameter supports readwriteflush.

Did you test this? If so, how?

I tried http://indexeddb-durability.glitch.me/ in Chrome, Safari and Firefox and all seem to support this property.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/transaction

MDN metadata

MDN page report details
  • Query: api.IDBDatabase.transaction
  • Report started: 2024-06-04T18:07:52.243Z
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 a pull request may close this issue.

3 participants
@jespertheend @queengooborg and others