@cerebral/http
Advanced tools
Comparing version 4.2.0-1519155652493 to 4.2.0-1519155708382
@@ -29,2 +29,6 @@ 'use strict'; | ||
if (typeof window !== 'undefined' && window.FormData && options.body instanceof window.FormData) { | ||
delete options.headers['Content-Type']; | ||
} | ||
xhr.withCredentials = Boolean(options.withCredentials); | ||
@@ -31,0 +35,0 @@ |
{ | ||
"name": "@cerebral/http", | ||
"version": "4.2.0-1519155652493", | ||
"version": "4.2.0-1519155708382", | ||
"description": "HTTP provider for Cerebral 2", | ||
@@ -27,8 +27,8 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"cerebral": "^4.2.0-1519155652493" | ||
"cerebral": "^4.2.0-1519155708382" | ||
}, | ||
"devDependencies": { | ||
"cerebral": "^4.2.0-1519155652493", | ||
"cerebral": "^4.2.0-1519155708382", | ||
"xhr-mock": "^1.9.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
70634
608