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

I think you are right, I will try it on another way...
I would like to create an abortable chain of actions.
I think I will need to create my own 'aborter' object that can have a hierarchical structure where a parent will abort its children.
At the leafs of the tree where a fetch is, it should create an AbortController and pass the signal to the fetch.
 I will rethink it and will post my workaround if I can get it to work,
Thanks

 

-- 
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-491908988

Received on Monday, 13 May 2019 17:14:03 UTC