Re: [w3c/ServiceWorker] spec says `update()` should resolve to a registration, but browsers do different things (#1304)

Do we need to update the spec?
https://w3c.github.io/ServiceWorker/#serviceworkerregistration

`[NewObject] Promise<void> update();`
=>
`[NewObject] Promise<ServiceWorkerRegistration> update();`


-- 
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/1304#issuecomment-397212302

Received on Thursday, 14 June 2018 08:20:42 UTC