Re: [whatwg/fetch] WIP: Cancelation (#523)

domenic commented on this pull request.



> @@ -4683,6 +4683,7 @@ dictionary RequestInit {
   DOMString integrity;
   boolean keepalive;
   any window; // can only be set to null
+  AbortSignal signal;

It makes it match the order for `interface Request`

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

Received on Thursday, 8 June 2017 18:08:51 UTC