Skip to content

Fix IDBIndex interface for openCursor/openKeyCursor #7218

Description

@falsandtru

TypeScript Version:

master

Expected:

https://www.w3.org/TR/IndexedDB/

    openCursor(range?: any, direction?: string): IDBRequest;
    openKeyCursor(range?: any, direction?: string): IDBRequest;

Actual:

    openCursor(range?: IDBKeyRange, direction?: string): IDBRequest;
    openKeyCursor(range?: IDBKeyRange, direction?: string): IDBRequest;

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueHelp WantedYou can do this

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions