You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the urlencoded page of the docs suggests using querystring module in node.js, however according to Node.js docs (https://nodejs.org/api/querystring.html), it's in legacy now, quoting:
The querystring API is considered Legacy. While it is still maintained, new code should use the URLSearchParams API instead.
In the urlencoded page, right after querystring example, an example of URLSearchParams is given.
I'd suggest that querystring example should be removed, according to Node.js docs.
However please response as you see fit.
The text was updated successfully, but these errors were encountered:
https://github.com/axios/axios-docs/blob/master/posts/en/urlencoded.md#query-string
the urlencoded page of the docs suggests using
querystring
module in node.js, however according to Node.js docs (https://nodejs.org/api/querystring.html), it's in legacy now, quoting:In the urlencoded page, right after
querystring
example, an example ofURLSearchParams
is given.I'd suggest that
querystring
example should be removed, according to Node.js docs.However please response as you see fit.
The text was updated successfully, but these errors were encountered: