fix(encodeURL): correct URL search parameter encoding#413
fix(encodeURL): correct URL search parameter encoding#413yoshinorin merged 2 commits intohexojs:masterfrom
Conversation
|
The code currently uses four sets of URL handling components:
The functions/classes in each of these groups work fine together but combining them across groups produces unexpected (and sometimes invalid) results because their functionalities do not overlap. What's the purpose of this decoding and encoding? I would avoid the operations that should cancel each other ( |
|
Thanks for your advice. I also don't know the purpose of some of the code. However, hexo-util is referenced by other packages, so it has to be changed with caution |
check list
Description
fix #411
Additional information