Is strict-uri-encode really necessary? · Issue #42 · sindresorhus/query-string (original) (raw)
I am using https://github.com/Sage/jsurl to efficiently encode JSON objects in the search string, and it uses the looser URI encoding range used by browsers, including the '
character.
I also use rackt/history which uses query-string, which converts '
to %27
, which grows my urls, which makes me sad. Is there a reason the strict URI range should be used?