Re: [w3c/ServiceWorker] New "setup" lifecycle for service worker (#1576)

`const dataPromise = new Promise(...)` is simple only if you don't need to update data. But in my case, if user change data, I need to update cache. So InitPromise would be re-assigned.

-- 
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/1576#issuecomment-814711936

Received on Wednesday, 7 April 2021 08:23:17 UTC