Closed
Description
To reduce request payload size (by around 30%), it's possible to do something like query.replace(/\s/g, '')
before serializing the queryString for transmission. The catch is that you have to separate fields by a comma. Unfortunately, if the string is created via print
, it won't include commas. Would you be open to a PR allowing for an option to print a string "ugly", meaning replacing newlines & spaces with commas?
Metadata
Metadata
Assignees
Labels
No labels