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

jakearchibald 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;

I'm not really sure what you mean by this. Do you mean I should move it just after the `boolean keepalive;` line? How does this make it aligned?

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

Received on Thursday, 8 June 2017 12:15:25 UTC