Re: [whatwg/fetch] "If signal is not null, then add the following a..." (#668)

> Note that a similar issue seems present in clone(). Maybe we would want to add a primitive in DOM for one signal to "follow" another.

As a datapoint, when implementing this for Chrome I originally included an internal "CreateChainedSignal" method to perform the operation. However, I removed it again, partly because the algorithm in clone() is different, and partly because the signal created by the Request constructor is not always chained off another signal.

-- 
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/issues/668#issuecomment-364035936

Received on Thursday, 8 February 2018 08:21:51 UTC