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

What @mkruisselbrink said.

>It could lead to faster SW startup times since there is not RTT involved in fetching the scripts..Might make sense for SW scripts that are small enough to be inlined..

We've tried to design things so the install of a service worker does not block page load or interactivity.  So optimizing install and update times will not have much visible effect for the user.  I think we should err towards correctness and safety for these cases.

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

Received on Monday, 29 August 2016 15:51:41 UTC