idb-bridge: fix types

This commit is contained in:
Florian Dold 2022-01-05 17:07:43 +01:00
parent dc040ba41c
commit 6abb65c70b
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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.
*/ */