- From: Jackie Han <notifications@github.com>
- Date: Wed, 07 Apr 2021 01:23:04 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 April 2021 08:23:17 UTC
`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