top | item 35953794

(no title)

flaviut | 2 years ago

I've never worked with Web Workers, but the doc page mentions them at the very top. Isn't that the intended workaround? Have a background thread that receives the events & coordinates, rather than having each page deal with them?

discuss

order

silverwind|2 years ago

Yes, that's `ShardedWorker`.

nikeee|2 years ago

I wanted so use these in a project recently, only to find out that they aren't supported on Chrome for Android. This makes them non-usable for me, since there is no drop-in polyfill available yet.