Does this work for Shared Web Workers?
brandonros opened this issue · 5 comments
brandonros commented
My testing would show no...
yoshuawuyts commented
Would you mind sharing your testing? - What'd you run?
toddself commented
brandonros commented
@toddself I wasn't able to debug it or get it to work, then I realized near 0 browsers support it.
toddself commented
Chrome and Firefox have full support.
Although a service worker might make more sense tbh
On Jun 9, 2016, at 12:09, Brandon Ros notifications@github.com wrote:
@toddself I wasn't able to debug it or get it to work, then I realized near 0 browsers support it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
mourner commented
If you do webworkify(fn, {bare: true})
, it returns a bare blob instead of a Worker instance, so you can in theory create any kind of worker with it.