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

Which I guess leads me to some other questions:

Is the signal propagated on `Response.clone()`?  Or should you be able to cancel one side of the clone and not the other (maybe thats doable via streams API)?

Should we allow a CancellationSignal to be passed in the Response constructor so script can cancel synthetic Responses?

-- 
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-293676072

Received on Wednesday, 12 April 2017 19:03:26 UTC