On a couple of projects, team have made use of .serialize(params, encode).
By default, it encodes parameters with the identify function.
Should it not use the encodeURIComponent by default and allow people to opt in if they want to avoid encoding?
I do appreciate that serialize is not documented in the readme.md file.
On a couple of projects, team have made use of
.serialize(params, encode).By default, it encodes parameters with the identify function.
Should it not use the
encodeURIComponentby default and allow people to opt in if they want to avoid encoding?I do appreciate that serialize is not documented in the
readme.mdfile.