We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7975871 + eee23f5 commit a6d71b9Copy full SHA for a6d71b9
demo/file/index.js
@@ -1,6 +1,5 @@
1
import * as VFS from "../../src/VFS.js";
2
import { IDBBatchAtomicVFS } from "../../src/examples/IDBBatchAtomicVFS.js";
3
-import { sql_0001 } from "../../test/sql_0001.js";
4
5
const SEARCH_PARAMS = new URLSearchParams(location.search);
6
const IDB_NAME = SEARCH_PARAMS.get('idb') ?? 'sqlite-vfs';
0 commit comments