Re: [w3c/ServiceWorker] Create service worker from Blob/String URL (#578)

It probably could be this though:

```js
navigator.serviceWorker.register('blob:...', {
  updateUrl: '/sw.js'
})
```

I just don't know what are the use cases here?

-- 
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/578#issuecomment-242836807

Received on Friday, 26 August 2016 20:02:53 UTC