- From: Jake Archibald <notifications@github.com>
- Date: Mon, 21 Aug 2017 13:49:01 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 21 August 2017 13:50:08 UTC
Good catch. The other properties are live, so it'd be confusing to make other properties a snapshot. We could add `getState()` which we could add other settings to later. ```js const { updateViaCache } = await reg.getState(); ``` -- 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/1189#issuecomment-323748220
Received on Monday, 21 August 2017 13:50:08 UTC