Skip to content

v2.2.0

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 25 Jan 14:41
· 2768 commits to master since this release
  • This version embeds the web worker code in the library itself.
    The setting workerScriptsPath is now totally obsolete and you don't need to copy z-worker.js anymore in your library folder to use web workers.
    You can still copy and import z-worker.js with the setting workerScripts if necessary (e.g. if the CSP of the page does not allow a Blob URI as a web worker URL).