UNPKG

idb-keyval

Version:

A super-simple-small keyval store built on top of IndexedDB

4 lines (3 loc) 125 B
interface IDBObjectStore { openKeyCursor(range?: IDBKeyRange | IDBValidKey, direction?: IDBCursorDirection): IDBRequest; }