We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a139934 commit bcf6ff7Copy full SHA for bcf6ff7
src/indexed-context.tsx
@@ -54,6 +54,7 @@ interface AccessDBProps {
54
deleteRecord: (key: Key) => Promise<any>;
55
openCursor: (cursorCallback: (event: Event) => void, keyRange?: IDBKeyRange) => Promise<void>;
56
getByIndex: (indexName: string, key: any) => Promise<any>;
57
+ clear: () => Promise<any>;
58
}) => {};
59
objectStore: string;
60
}
0 commit comments