adobe / adobe/node-fetch-retry
properly handle options.signal passed in by clients
Open
bug
- Dominant language
- JavaScript
- Stars
- 44
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
If a client sets options.signal, and triggers an abort this way, we need to respect this and not continue retrying.
See these contributions from @Ravelle in his fork:
https://github.com/riff-tech/node-fetch-retry/pull/1
https://github.com/riff-tech/node-fetch-retry/pull/2
Contributor guide
Assessment
This issue has not been assessed yet.