Re: [w3c/ServiceWorker] Remove foreign fetch (#1207)

> Before I land this… should we keep InstallEvent now we have it? Or just reintroduce it later when we need it?

Currently we have the weird thing in `waitUntil()` steps that does special logic for install:

https://w3c.github.io/ServiceWorker/#wait-until-method

If we kept `InstallEvent` we could move that to an `InstallEvent.waitUntil()` that implements that behavior instead of special casing it ExtendableEvent.  Not sure if thats worth it or not.  

-- 
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/pull/1207#issuecomment-339368864

Received on Wednesday, 25 October 2017 15:28:23 UTC