- From: Jake Archibald <notifications@github.com>
- Date: Thu, 08 Jun 2017 05:31:56 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 June 2017 12:32:35 UTC
jakearchibald commented on this pull request. > @@ -4666,6 +4665,7 @@ interface Request { readonly attribute RequestRedirect redirect; readonly attribute DOMString integrity; readonly attribute boolean keepalive; + readonly attribute AbortSignal? signal; Oops. Fixed in 5d40518. -- 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_r120874874
Received on Thursday, 8 June 2017 12:32:35 UTC