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

missing: transaction durability in indexeddb #48601

Closed
jimmywarting opened this issue Apr 7, 2022 · 1 comment Β· Fixed by microsoft/TypeScript-DOM-lib-generator#1326
Closed
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Help Wanted You can do this
Milestone

Comments

@jimmywarting
Copy link
Contributor

Bug Report

πŸ”Ž Search Terms

transaction durability

πŸ•— Version & Regression Information

⏯ Playground Link

Playground link with relevant code

πŸ’» Code

const req = indexedDB.open('foo', 1)
req.result.transaction('foo', 'readonly', {
  durability: 'relaxed'
})

πŸ™ Actual behavior

expected 2 arguments got 3

πŸ™‚ Expected behavior

not to throw any error

@RyanCavanaugh RyanCavanaugh added Bug A bug in TypeScript Help Wanted You can do this Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript labels Apr 7, 2022
@RyanCavanaugh RyanCavanaugh added this to the Backlog milestone Apr 7, 2022
@jakebailey
Copy link
Member

This was fixed in #49596.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Help Wanted You can do this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants