From 0df7366061d61152976c02501a05247c0c3919cb Mon Sep 17 00:00:00 2001 From: Roy Hashimoto <156154+rhashimoto@users.noreply.github.com> Date: Thu, 13 Jun 2024 06:52:16 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c38d06..d29bee4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The demo page provides access to databases on multiple VFS implementations. Quer | *Parameter* | *Purpose* | *Values* | *Default* | |----|----|----|----| | build | Emscripten build type | default, asyncify, jspi | default | -| config | select VFS | MemoryVFS, MemoryAsyncVFS, IDBBatchAtomicVFS, AccessHandlePoolVFS, OPFSAdaptiveVFS, OPFSCoopSyncVFS, OPFSPermutedVFS | uses SQLite internal memory | +| config | select VFS | MemoryVFS, MemoryAsyncVFS, IDBBatchAtomicVFS, AccessHandlePoolVFS, OPFSAdaptiveVFS, OPFSAnyContextVFS, OPFSCoopSyncVFS, OPFSPermutedVFS | uses SQLite internal memory | | reset | clear persistent storage | | | For convenience, if any text region is selected in the editor, only that region will be executed. In addition, the editor contents are restored across page reloads using browser localStorage.