Replace cancellation tokens with AbortController
Opened this issue · 0 comments
rexxars commented
Now that TC39 has landed on an API for aborting ongoing activities, it would be nice to make the promise middleware switch to this pattern. Not all browsers currently support this, so it would probably need a "polyfill".