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

I am concerned about the complexity of detecting script changes in service workers when dynamic imports and dedicated workers are involved. Currently, service workers have a mechanism to automatically detect and reload when their scripts are updated. However, I believe that the introduction of dynamic imports and dedicated workers may pose a challenge to this mechanism. How can service workers reliably detect changes in scripts when they use dynamic imports or include dedicated workers?

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

Message ID: <w3c/ServiceWorker/issues/1529/2641985585@github.com>

Received on Friday, 7 February 2025 05:34:48 UTC