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
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