Open ethanresnick opened 6 years ago
The WHATWG Url spec requires the encoding of different characters in query strings than either RFC 3986 or RFC 1738. It might be nice to have an option for qs.stringify that used WHATWG behavior, as another value for the format option.
qs.stringify
format
That seems like a good idea. Would you be willing to prepare a PR, so I can evaluate the complexity?
The WHATWG Url spec requires the encoding of different characters in query strings than either RFC 3986 or RFC 1738. It might be nice to have an option for
qs.stringify
that used WHATWG behavior, as another value for theformat
option.