Re: [w3c/manifest] ServiceWorkerRegistration dictionary conflicts with ServiceWorker WebIDL (#641)

```
dictionary ServiceWorkerRegistrationObject {
    required USVString src;
             USVString scope;
             WorkerType type = "classic";
             ServiceWorkerUpdateViaCache updateViaCache = "imports";
};
```

-- 
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/manifest/issues/641#issuecomment-364145963

Received on Thursday, 8 February 2018 15:26:37 UTC