Re: [ServiceWorker] Cancelling HTTP fetch (#592)

Ah, I see. Yeah, how to deal with such user actions should be discussed at the bug.

Regarding how to inform not yet fulfilled fetch() of cancellation (Jake's comment https://github.com/slightlyoff/ServiceWorker/issues/592#issuecomment-68853209), once we have a canceller or cancellable promise (https://github.com/whatwg/streams/issues/297#issuecomment-81395077 @domenic), it sounds like we should pass the canceller to `respondWith()` together with the promise.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/592#issuecomment-82195939

Received on Tuesday, 17 March 2015 08:15:32 UTC