We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_encodeBodyObject in iron-request element outputs "null" when body is null and contentType is application/json.
Can the _encodeBodyObject do a null check on body to avoid the meaningless calling of JSON.stringify?
The text was updated successfully, but these errors were encountered:
i'm on it!
Sorry, something went wrong.
Good to hear that! Thanks.
Fixes PolymerElements#284 by checking if body is null
31b4263
The pull request is done, let's see how long it takes to be merged, it is blocking by DEV enviroment
11 pull requests ... it seems nobody is checking it, they should let the community accept pulls with some rules, of course
No branches or pull requests
Description
_encodeBodyObject in iron-request element outputs "null" when body is null and contentType is application/json.
Can the _encodeBodyObject do a null check on body to avoid the meaningless calling of JSON.stringify?
The text was updated successfully, but these errors were encountered: