Re: [whatwg/dom] Abort controller (#437)

Some additional info:

We expose signals on request objects so they're (eventually) visible within a service worker, and signal the page's intent to abort the request.

We use a copy because we can't use a reference once the request goes to a service worker. Also, we have plans to introduce a `FetchSignal` later which includes other fetch-specific signals, such as priority changes. By specifying a copy we avoid having request objects with signals that are sometimes null, and sometimes different types.

-- 
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/dom/pull/437#issuecomment-314092039

Received on Monday, 10 July 2017 12:35:08 UTC