v2.2.0
·
2768 commits
to master
since this release
- This version embeds the web worker code in the library itself.
The settingworkerScriptsPathis now totally obsolete and you don't need to copyz-worker.jsanymore in your library folder to use web workers.
You can still copy and importz-worker.jswith the settingworkerScriptsif necessary (e.g. if the CSP of the page does not allow a Blob URI as a web worker URL).