Re: [w3c/ServiceWorker] Does changing updateViaCache mint a new ServiceWorkerRegistration or update them all? (#1189)

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