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.58k stars 1.33k forks source link

qs.stringify changes default behaviour #1611

Closed slobo closed 3 years ago

slobo commented 3 years ago

SuperAgent serialize used to do equivalent of qs with arrayFormat: 'repeat', but now it's doing what arrayFormat: 'indices' does.

Should revert back to using old behaviour, no?