- From: Jake Archibald <notifications@github.com>
- Date: Sun, 09 Apr 2017 07:50:05 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 9 April 2017 14:50:40 UTC
jakearchibald commented on this pull request. > @@ -4683,6 +4705,7 @@ dictionary RequestInit { DOMString integrity; boolean keepalive; any window; // can only be set to null + CancelationSignal signal; This is `CancelationSignal` rather than `FetchSignal`, as it'd be nice to allow the generic signal here. I'm guessing I'll be able to do something like "If signal is a `FetchSignal`…" later to handle things like priority changes. -- 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#pullrequestreview-31725871
Received on Sunday, 9 April 2017 14:50:40 UTC