Closed
Description
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;