Skip to content

missing: transaction durability in indexeddbΒ #48601

@jimmywarting

Description

@jimmywarting

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

No one assigned

    Labels

    BugA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions