- From: Ben Kelly <notifications@github.com>
- Date: Thu, 13 Aug 2020 10:10:10 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 August 2020 17:10:22 UTC
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