sync-fetch
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -23,3 +23,3 @@ /* eslint-env browser */ | ||
// https://web.archive.org/web/20071103070418/http://mgran.blogspot.com/2006/08/downloading-binary-streams-with.html | ||
xhr.overrideMimeType('text/plain; charset=x-binary') | ||
xhr.overrideMimeType('text/plain; charset=x-user-defined') | ||
useBinaryEncoding = true | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "sync-fetch", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Synchronous version of the Fetch API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
136755