Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A minor change to how field names are encoded #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 7, 2016

  1. A minor change to how field names are encoded

    I recently needed to use an API that couldn't handle the field names being
    encoded with quotes. I added an optional parameter to FormData.append,
    that can remove the quotes. Others in a similar situation might find it
    useful and it can have no side effects on existing code as far as I can
    see.
    Eugene Dmitriev committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    4ec4cc0 View commit details
    Browse the repository at this point in the history