diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-10-30 11:00:58 +0100 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-10-30 13:51:40 +0100 |
commit | 9416bafc23bf2b9a3c6730a6c5add4a61c461ff1 (patch) | |
tree | b3984bf0b42184f4ddbaac2af53fc05f17aaa82d /static | |
parent | 13a91807edb3375e2fd122db3a3e80452a7caed7 (diff) |
Adapt to generation of .worker.js files gone from 3.1.68
...and just unused dummies since 3.1.58, so don't install them for >= 3.1.58,
even if the dummies would still be available for < 3.1.68
Change-Id: Ida55be2fa3b75982bfd764b7b2676e63c092fe79
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175822
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'static')
-rw-r--r-- | static/README.wasm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/README.wasm.md b/static/README.wasm.md index 23e1d92db207..76a956219c71 100644 --- a/static/README.wasm.md +++ b/static/README.wasm.md @@ -252,7 +252,7 @@ Module.uno_init.then(function() { ``` If you enter the above examples into the browser console, you need to enter them into the console of -the first soffice.worker.js thread, which is the LO main thread since we use -sPROXY_TO_PTHREAD, not +the first web worker thread, which is the LO main thread since we use -sPROXY_TO_PTHREAD, not into the console of the browser's main thread. Alternatively, you can do the following: Put an example into some file like `example.js` that you |