Does the decode
and encode
of Query string can be deprecated?
#4828
Unanswered
iam-frankqiu
asked this question in
Q&A
Replies: 0 comments 2 replies
-
Deprecation will cause hardship for end users and won't result in any significant benefit for the maintainers or the end users. I'm not opposed if there's a good reason to do this, but we don't need more deprecations or fewer aliases or anything like that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Because the methods of
decode
andencode
just an alias ofparse
andstringify
. So I think it should be deprecated.Beta Was this translation helpful? Give feedback.
All reactions