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

I found a usecase :rofl: 
Incremental updates to the serviceworker.
If the serviceworker is over a gorillion gibibytes, the server could generate a diff from a known past version and send that.

(Yes, I know what `WorkerGlobalScope.importScripts()` is)

-- 
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-371808105

Received on Friday, 9 March 2018 13:11:44 UTC