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 3493554 commit fce37ddCopy full SHA for fce37dd
index.d.ts
@@ -1244,7 +1244,7 @@ declare class OpfsDatabase extends Database {
1244
* `c`. These modes are ignored for the special `":memory:"` and `""`
1245
* names and may be ignored by specific VFSes.
1246
*/
1247
- constructor(filename: string, flags: string);
+ constructor(filename: string, flags?: string);
1248
1249
/**
1250
* Import a database into OPFS storage. It only works with database files and
0 commit comments