We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a375554 + 8a66181 commit 3652398Copy full SHA for 3652398
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