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

Add missing typing for withCredentials() #1752

Closed romainmnr closed 1 year ago

romainmnr commented 1 year ago

Hello,

Some typing is missing for `RequestBase.withCredentials(on? boolean)

I made a pull request to update the typescript delcaration of @types/superagent https://github.com/DefinitelyTyped/DefinitelyTyped/pull/63375

titanism commented 1 year ago

v8.0.4 released https://github.com/visionmedia/superagent/releases/tag/v8.0.4, thank you