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
it("sets Content-type header for POST if not provided",function(){
This test case is faulty. Not all POST requests should have the same default Content-type.
If you look at this example, and try to code that with fetch instead, it won't work correctly (file is not uploaded).
This covers up a bug with fetch.
The text was updated successfully, but these errors were encountered:
bliss/tests/objects/FetchSpec.js
Line 39 in 6bd9c06
This test case is faulty. Not all
POST
requests should have the same default Content-type.If you look at this example, and try to code that with
fetch
instead, it won't work correctly (file is not uploaded).This covers up a bug with
fetch
.The text was updated successfully, but these errors were encountered: