- From: Jake Archibald <notifications@github.com>
- Date: Thu, 08 Jun 2017 05:14:51 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 June 2017 12:15:25 UTC
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