idb-bridge: fix types
This commit is contained in:
parent
dc040ba41c
commit
6abb65c70b
@ -267,7 +267,7 @@ export interface IDBCursor {
|
|||||||
/**
|
/**
|
||||||
* Returns the IDBObjectStore or IDBIndex the cursor was opened from.
|
* Returns the IDBObjectStore or IDBIndex the cursor was opened from.
|
||||||
*/
|
*/
|
||||||
readonly source: IDBObjectStore | IDBIndex | IDBCursor;
|
readonly source: IDBObjectStore | IDBIndex;
|
||||||
/**
|
/**
|
||||||
* Advances the cursor through the next count records in range.
|
* Advances the cursor through the next count records in range.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user