Re: [w3c/ServiceWorker] provide a way to execute work after browser has consumed a response (#1397)

Another thought.  Maybe it `FetchEvent.responded` would be better than `FetchEvent.complete`.  The "complete" word might suggest all `waitUntil` promises have settled, where really we only are trying to represent the fact that a response-or-fallback has been sent to back to the outer context.

-- 
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/1397#issuecomment-478797220

Received on Tuesday, 2 April 2019 00:36:47 UTC