lzdyes

Results 5 comments of lzdyes

It also memory leak on Windows.

It's a problem. I will try to fix it.

You can use filter. ``` qs.stringify(params, { filter: (prefix, value) => { if (Array.isArray(value)) return `[${value.join(',')}]` return value }, }) ```