Skip to content

Open to a PR allowing for uglifying print? #280

Closed
@mattkrick

Description

@mattkrick

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions