Closed
Description
The node:querystring
module is significantly faster than URLSearchParams
(ref. https://github.com/anonrig/fast-querystring). Given that querystring
is marked as legacy, quite a few people are continuosly opening issues on some modules I maintain asking to replace querystring
with URLSearchParams
... however, we really can't as there is a significant performance drop.
Therefore... can we remove the legacy status?
Metadata
Metadata
Assignees
Labels
No labels