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
Hello, Yes,!
If PUT or DELETE, the http repsonse body will be "", so it is not an object.
why do you write : if (Object(response) !== response) { (line 282 of dist). ?
It is a problem for me, but maybe i don't understand.
Thanks for answer
Hello,
What is the way to do PUT and DELETE operation with a success callback?
After a fetch with {ajax: 'PUT'}, the HTTP status code is 200 but the fail callback of the promise is called.
The error is : "Unexpected end of input"
Thanks for your answer
The text was updated successfully, but these errors were encountered: