ladjs / superagent

Ajax for Node.js and browsers (JS HTTP client). Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.
https://ladjs.github.io/superagent/
MIT License
16.56k stars 1.33k forks source link

AbortController support #1732

Closed ichbinedgar closed 2 years ago

ichbinedgar commented 2 years ago

I don't see any documentation about AbortController support, is this supported?

titanism commented 2 years ago

https://github.com/visionmedia/superagent/search?q=abort&type=issues

titanism commented 2 years ago

No, that's for Fetch

ichbinedgar commented 2 years ago

oh I see, thanks!