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 605100a commit e72d314Copy full SHA for e72d314
src/examples/README.md
@@ -19,7 +19,7 @@ Changing the page size after the database is created is not supported (this is a
19
### IDBMirrorVFS
20
This VFS keeps all files in memory, persisting database files to IndexedDB. It works on all contexts.
21
22
-IDBBatchAtomicVFS can trade durability for performance by setting `PRAGMA synchronous=normal`.
+IDBMirrorVFS can trade durability for performance by setting `PRAGMA synchronous=normal`.
23
24
Changing the page size after the database is created is not supported.
25
0 commit comments