aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-worker1.js
Commit message (Expand)AuthorAge
* Rename some JS files for consistency. This affects only the build process, no...stephan2024-07-10
* Remove some dead JS code and update some JS docs.stephan2024-06-11
* Remove an undocumented feature from the JS Worker1.open API because it relies...stephan2024-04-24
* Make explicit which JS APIs are for internal use only by moving the JS-bound ...stephan2024-01-08
* WASM: various build cleanups and add initial infrastructure for a build which...stephan2024-01-01
* Add missing docs for the JS Worker1 export method, as pointed out in [forum:7...stephan2023-10-27
* JS: replace one errant reference to 'self' with 'globalThis' and remove a sep...stephan2023-10-17
* Add ability for the JS Worker1.exec() API to report the number of changes mad...stephan2023-05-25
* Improve how sqlite3.initWorker1API() determines whether it's running in a Wor...stephan2023-03-07
* Replace use of 'self' in JS code with 'globalThis', as that works in browsers...stephan2023-03-07
* Add capability to override the JS's use of console.log/debug/warn/error() wit...stephan2023-02-06
* Cherrypick [fa784101775b7|emscripten ticket #18609 workaround] into trunk.stephan2023-01-27
* Update JS worker #1 API and related tests for recent API changes.stephan2022-12-25
* Globally replace '' with "" for empty JS strings to please C preprocessor.stephan2022-11-03
* Add sqlite3_wasm_vfs_create_file() to replace Emscripten's FS.createDataFile(...stephan2022-11-02
* Significant cleanups and expansion of the sqlite3.opfs utilities. Add oo1.DB....stephan2022-11-01
* Worker1: use a list, rather than a single slot, to manage the default db link...stephan2022-10-31
* Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...stephan2022-10-29
* Remove oo1.DB.hasFilename() and getFilename(), as they are unnecessary.stephan2022-10-26
* Add more JS tests. Flesh out the aggregate UDF tests to use sqlite3_aggregate...stephan2022-10-20
* Rename sqlite3_web_... to sqlite3_js_... Document the worker1.close.unlink op...stephan2022-10-20
* Rework sqlite3_wasm_vfs_unlink(), add sqlite3_wasm_db_vfs(), update some docs.stephan2022-10-20
* Rename several demo/test files and include more of them in the end-user dist ...stephan2022-10-19
* Remove a couple of weird quirks of the Worker1 and Promiser APIs. The Worker1...stephan2022-09-30
* Tweaks to the Worker1 and Promiser APIs prompted by documenting them.stephan2022-09-30
* Add sqlite3.version object. Add more state to the Worker #1 config-get respon...stephan2022-09-30
* WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...stephan2022-09-27
* Merge kv-vfs-magic-names branch into fiddle-opfs branch and make some kvvfs-r...stephan2022-09-20
* Rename demo-oo1.* to demo-123.* and add demo-123-worker.html, which runs the ...stephan2022-09-19
* Numerous cleanups in the JS bits. Removed some now-defunct wasm test files. E...stephan2022-09-18
* Minor cleanups and documentation in the wasm pieces.stephan2022-09-11
* Consolidate oo1.DB.exec() and oo1.DB.execMulti() into oo1.DB.exec(). This is ...stephan2022-08-25
* Refactor and expand the worker1 docs, consolidating them into the top of thei...stephan2022-08-25
* Change DB.exec() rowMode default from 'stmt' to 'array', per /chat discussion...stephan2022-08-24
* Expand the worker1 'exec' op handling for per-row callbacks for API-level con...stephan2022-08-24
* js: resolve the mysterious "extra" unhandled exception notification, caused b...stephan2022-08-24
* More work on how to configure the sqlite3 JS API bootstrapping process from h...stephan2022-08-24
* Significant restructuring of the Worker #1 request/response object structures...stephan2022-08-24
* Refactor JS API amalgamation such that the bootstrapping/configuration is def...stephan2022-08-22
* Minor cleanups, reorgs, and doc updates for the JS APIs. Renamed sqlite3(-api...stephan2022-08-17