Replace qs
, query-string
, parse-url
and others with built-in URL / URLSearchParams APIs and picoquery
#152
Labels
umbrella issue
This issue contains a list of dependents of a package and tracks the progress in each
Yet another umbrella issue, I think we can close #5, #3 , #2 , #8 , #9, #4, #69 and track these here.
URL
is fully since Node 10+,URL.parse
since Node 22,URL.canParse
since Node 19 (20 LTS).URLSearchParams
is fully supported since Node 10+.Below is a table of what should be replaced with what:
URLSearchParams
or picoquery or neoqsURLSearchParams
URL
/URL.parse
Top 50
qs
dependentsTop 15
query-string
dependents:Top 5
parse-url
dependents:URL
does not support SSH-like URLs with usernames and passwordsThe text was updated successfully, but these errors were encountered: