diff options
Diffstat (limited to 'ext/wasm/testing2.js')
-rw-r--r-- | ext/wasm/testing2.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/wasm/testing2.js b/ext/wasm/testing2.js index 0a31c470a..986e683de 100644 --- a/ext/wasm/testing2.js +++ b/ext/wasm/testing2.js @@ -11,6 +11,10 @@ *********************************************************************** A basic test script for sqlite3-worker1.js. + + Note that the wrapper interface demonstrated in + testing-worker1-promiser.js is much easier to use from client code, as it + lacks the message-passing acrobatics demonstrated in this file. */ 'use strict'; (function(){ |