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

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

That behavior's already spec'ed in Install algorithm and Activate algorithm. I think we can safely change the prose in the waitUntil section to notes. Filed https://github.com/w3c/ServiceWorker/issues/1227.

So, we can just use `ExtendableEvent` as discussed in the F2F.

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

Received on Thursday, 16 November 2017 07:57:39 UTC