- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Thu, 06 Feb 2025 21:34:44 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 February 2025 05:34:48 UTC
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