Jack Allan
Jack Allan
I think callbacks could be useful. Sometimes there is information in the main thread that you don't want to send to the worker due to the cost of transmission. And...
Callbacks have some interesting possibilities, maybe you could allow the worker to defer callbacks so they can be processed in batches. Such as: ```javascript // thread.js ... const nodeBBox =...
Sorry I just realized that I should upgrade babel to the latest in my Proof of Bug repo. I have done this and now I get a different error: ```...
Hi there, I am a colleague of @rohiniseetul working with her on this issue. Together we discovered that this is caused by a bug in JSDOM which is used by...
+1 Just lost about 2 hours on this before finding this issue!