Closed adamkdean closed 6 years ago
This PR ensures that booleans do not pass through encodeURIComponent in the _encodeObjectKeys function.
encodeURIComponent
_encodeObjectKeys
@jimlambie fixed that assignment. Mistakenly thought result object was being mutated.
This PR ensures that booleans do not pass through
encodeURIComponent
in the_encodeObjectKeys
function.