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

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