Skip to content

Apply [NewObject] IDL extended attribute to relevant methods #193

Description

@inexorabletash

We can apply [NewObject] in the following cases:

  • Any method that returns an IDBRequest or IDBOpenDBRequest, e.g. get() etc
  • IDBDatabase transaction()
  • createObjectStore(), createIndex()
  • The statuc IDBKeyRange methods (only() etc)

This allows implementations to make assertions, but doesn't alter the behavior.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions