-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
microsoft/TypeScript-DOM-lib-generator
#1326Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptHelp WantedYou can do thisYou can do this
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptHelp WantedYou can do thisYou can do this