Andy Wermke
Andy Wermke
@rizkyramadhan Still an open issue. A workaround was posted before, though: Not pretty, but might just do for now.
Hey @bebraw! Sure, I had my eye on shared workers for years, but didn't really consider it as a priority. Makes perfect sense, though. Regarding the steps… I think you...
Hey @lancety! Sorry, just saw your issue. Should work, I think. If you go on and try for yourself, it would be great if you shared your findings here 👍
Hey @lgarron! Is the importScripts() call part of your worker code or is it threads.js that adds it?
Hmm, good question. Could you post the line with the failing `importScripts()` and the surrounding couple of lines? Unfortunately I've already got a quite extensive backlog, so I'm afraid I...
Great to see you all are looking into this! I tried getting threads.js to work with Parcel 2 like one and a half years ago or so, but I gave...
We just kept using Parcel v1 😄
Hey @simplecommerce. Guess we need to improve on the docs here… Regarding your example: So the issue is that you cannot pass that object between threads, since functions cannot be...
Thanks for sharing that PR, @Ugzuzg. Can you check why the new test case is failing?
Ohh, man! Thanks for this PR, though. Hopefully it will save many people's time. One thing that I noticed: I think it would make more sense on the "Getting started"...