We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a375554 commit 8a66181Copy full SHA for 8a66181
index.d.ts
@@ -1163,6 +1163,7 @@ declare class Database {
1163
*/
1164
declare class JsStorageDb extends Database {
1165
/** Create a new kvvfs-backed database in local or session storage. */
1166
+ constructor(options?: { filename?: 'local' | 'session'; flags?: string; });
1167
constructor(mode: 'local' | 'session');
1168
1169
/** Returns an _estimate_ of how many bytes of storage are used by the kvvfs. */
0 commit comments