febs-browser
Advanced tools
Comparing version 0.8.45 to 0.8.46
@@ -128,3 +128,3 @@ /** | ||
else { | ||
console.log('can\'t set headers'); | ||
console.log('ajax can\'t set headers'); | ||
} | ||
@@ -131,0 +131,0 @@ } |
@@ -433,3 +433,3 @@ /** | ||
else if (request.headers && request.headers.map.length > 0) { | ||
console.log('can\'t set headers'); | ||
console.log('fetch can\'t set headers'); | ||
} | ||
@@ -436,0 +436,0 @@ |
@@ -11,4 +11,4 @@ /** | ||
var xhr; | ||
if (window.XDomainRequest) xhr = new XDomainRequest(); | ||
else if (window.XMLHttpRequest) xhr = new XMLHttpRequest(); | ||
if (window.XMLHttpRequest) xhr = new XMLHttpRequest(); | ||
else if (window.XDomainRequest) xhr = new XDomainRequest(); | ||
else { | ||
@@ -15,0 +15,0 @@ var XmlHttpVersions = new Array("MSXML2.XMLHTTP.6.0", "MSXML2.XMLHTTP.5.0", "MSXML2.XMLHTTP.4.0", "MSXML2.XMLHTTP.3.0", "MSXML2.XMLHTTP", "Microsoft.XMLHTTP"); |
@@ -74,3 +74,3 @@ { | ||
"name": "febs-browser", | ||
"version": "0.8.45" | ||
"version": "0.8.46" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2269888