[w3c/ServiceWorker] allow service workers to created nested dedicated workers (#1529)

I think we've discussed this before, but I cannot find the issue.  It would be nice to allow service workers to created nested dedicated workers via `new Worker()`.  This would allow the service worker to perform CPU intensive operations, like custom decoding, without potentially blocking the thread being used to process further FetchEvents.

https://github.com/chromeos/static-site-scaffold-modules/issues/40#issuecomment-673591331 is an example of where this would be useful.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1529

Received on Thursday, 13 August 2020 17:10:22 UTC