Re: [whatwg/fetch] Aborting fetch (#523)

annevk commented on this pull request.



> @@ -4695,6 +4861,7 @@ dictionary RequestInit {
   RequestRedirect redirect;
   DOMString integrity;
   boolean keepalive;
+  AbortSignal? signal;

And for the second scenario `request.signal` will still return an `AbortSignal`? That makes sense then, thanks.

-- 
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/pull/523#discussion_r138904638

Received on Thursday, 14 September 2017 14:11:27 UTC