Commit 16d6e15
File tree
4 files changed
+133
-174
lines changed- deps
4 files changed
+133
-174
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
- .github/ISSUE_TEMPLATE/-do-not-post-anything-other-than-a-bug-report.md+10
- .github/workflows/ci.yml+3-3
- Makefile+9-5
- README.md+5-5
- demo/contention/contention-worker.js+4
- demo/demo-worker.js+7-1
- demo/demo.js+1-1
- demo/file/index.js+5-4
- demo/file/service-worker.js+3-2
- demo/file/verifier.js+3-2
- demo/hello/hello.js+12-6
- docs/assets/search.js+1-1
- docs/interfaces/SQLiteAPI.html+22-2
- package.json+3-3
- src/FacadeVFS.js+219-46
- src/WebLocksMixin.js+22-23
- src/asyncify_imports.json+3-1
- src/examples/IDBBatchAtomicVFS.js+23-21
- src/examples/IDBMirrorVFS.js+889
- src/examples/MemoryVFS.js+1-1
- src/examples/OPFSAdaptiveVFS.js+1-1
- src/examples/OPFSCoopSyncVFS.js+1-1
- src/examples/OPFSPermutedVFS.js+22-39
- src/examples/README.md+9
- src/jspi_exports.json
- src/libadapters.h+1
- src/libadapters.js+2-1
- src/libhook.c+36
- src/libhook.js+56
- src/sqlite-api.js+43-4
- src/types/globals.d.ts+1-1
- src/types/index.d.ts+41
- test/IDBMirrorVFS.test.js+27
- test/TestContext.js+1
- test/api.test.js+1
- test/api_statements.js+56
- test/callbacks.test.js+210-2
- test/sql.test.js+2-1
- test/test-worker.js+4
- web-test-runner.config.mjs+3
- yarn.lock+572-500
0 commit comments