You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
When response is 204 and handleAs="json" then core-ajax still tries to parse response body which results in SyntaxError: Unexpected end of input {stack: (...), message: "Unexpected end of input"}
Maybe it could set response field to undefined instead.
The text was updated successfully, but these errors were encountered:
When response is 204 and
handleAs="json"
thencore-ajax
still tries to parse response body which results inSyntaxError: Unexpected end of input {stack: (...), message: "Unexpected end of input"}
Maybe it could set response field to undefined instead.
The text was updated successfully, but these errors were encountered: