Open
Description
The d3
dependent library has achieved to run without DOM from within a web worker.
However, d3-cloud
still requires to run in the main browser thread, blocking UI responsiveness for large cloud elaborations.
At least this is what it appears to me. I get a "ReferenceError: Canvas is not defined
" running from a web worker.
Is it possible to solve this, or are there workarounds?
Activity