febs-browser
Advanced tools
Comparing version 0.8.75 to 0.8.76
@@ -21,2 +21,6 @@ /** | ||
if (!arrByte) { | ||
return ''; | ||
} | ||
if (typeof arrByte === 'string') { | ||
@@ -23,0 +27,0 @@ arrByte = utilsString.utf8ToBytes(arrByte); |
@@ -256,5 +256,6 @@ /** | ||
if ((this.method === 'GET' || this.method === 'HEAD') && body) { | ||
throw new TypeError('febsnet.Body not allowed for GET or HEAD requests') | ||
} | ||
// if ((this.method === 'GET' || this.method === 'HEAD') && body) { | ||
// throw new TypeError('febsnet.Body not allowed for GET or HEAD requests') | ||
// } | ||
this._initBody(body) | ||
@@ -261,0 +262,0 @@ } |
@@ -80,3 +80,3 @@ { | ||
"name": "febs-browser", | ||
"version": "0.8.75" | ||
"version": "0.8.76" | ||
} |
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
5380062
70
56777
1