Re: [fetch] what should fetch() do if request's window has been destroyed or stopped? (#153)

To clarify, if an "outer fetch()" is intercepted by a SW which then makes an "inner fetch()":

1) Clearly the outer fetch() should be canceled when the window is closed/stopped
2) But should the inner fetch() be part of that same fetch group and canceled?
3) It seems (2) is only possible if the inner fetch() uses event.request

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/153#issuecomment-153780715

Received on Wednesday, 4 November 2015 16:19:57 UTC