Uh oh!
There was an error while loading. Please reload this page.
doc: remove Legacy status from querystring - #44912
Conversation
I'm not able to check who moved that API to Legacy but we should probably ping them. |
anonrig
commented
Oct 7, 2022
I'm in favor of removing legacy and improving querystring module performance. |
Trott
commented
Oct 7, 2022
It was @jasnell in 32ade6997ba. |
jasnell
commented
Oct 8, 2022
I'm -0 on this. I don't see much justification. Legacy status doesn't mean we can't take improvements at all. Won't block tho. |
targos
commented
Oct 8, 2022
kibertoad
commented
Oct 8, 2022
@jasnell if it doesn't mean it can't be improved, and it doesn't mean there are strong reasons not to use it in the new code, then what does it even mean? |
jasnell
commented
Oct 8, 2022
@targos yeah that's why I'm not blocking :-) @kibertoad ... It means there is a standard API alternative available that is preferred, which for me (at least) counts as a strong reason not to use it. |
kibertoad
commented
Oct 8, 2022
@jasnell but can it be called a clearly preferred alternative? it is both slower and handles significantly less cases. it's basically a glorified toString |
jasnell
commented
Oct 9, 2022
@kibertoad ... We are all welcomed to our own opinions. I did clearly state that mine was non-blocking. I think legacy status is better here and legacy doesn't mean that continued improvement cannot be made. |
nodejs-github-bot
commented
Oct 9, 2022
Landed in c163bf9 |
Closes: #44911 PR-URL: #44912Fixes: #44911 Reviewed-By: Erick Wendel <erick.workspace@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Closes: #44911