Replace querysting
with either URLSearchParams or a faster alternative
#149
Labels
umbrella issue
This issue contains a list of dependents of a package and tracks the progress in each
We should migrate to using the native
URLSearchParams
rather than thequerystring
package.If nesting is required, we should use
fast-querystring
ornested-querystring
Concerns: afaik if a user provides a large number of param values the API would be slow.
Most of those repos below are known/used, but I don't really know if maintainers are into this idea
The text was updated successfully, but these errors were encountered: