- From: Timo Tijhof <notifications@github.com>
- Date: Wed, 26 Aug 2015 17:06:24 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 27 August 2015 00:06:57 UTC
@danostrowski How to abort a request is relatively straight forward. (Or at least outside the scope of this issue). Unfortunately, it seems we're blocked on figuring out a way to expose this feature. E.g. do we add an `.abort()` method to the Promise returned by `fetch()`? And how does this interact with other promises after calling `.then()`. See whatwg/fetch#27. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/20#issuecomment-135211602
Received on Thursday, 27 August 2015 00:06:57 UTC