Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

> Sorry to keep picking at this, but I thought of another reason to make FetchController.abort() force things like Response.text() to reject even if the full body is buffered:

FWIW: RxJS has a similar behavior with unsubscribed/disposed ReplaySubjects. It cleans up memory and throws if someone tries to resubscribe. Similar reasoning.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/447#issuecomment-293711133

Received on Wednesday, 12 April 2017 21:20:47 UTC