Re: [whatwg/fetch] Proposal: fetch with multiple AbortSignals (#905)

I'm unclear on exactly the connection to the OP, but the OP's suggestion of

> provide a way to combine/merge two AbortSignal's into one AbortSignal

is definitely something we considered. I believe we just put it off to get v1 out the door. An `AbortSignal.any([signal1, signal2, ...])` that aborts if any of the inputs are aborted makes sense to me. (Name bikeshedding possible.)

-- 
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/905#issuecomment-491892538

Received on Monday, 13 May 2019 16:26:19 UTC