whatwg-fetch
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -283,5 +283,5 @@ (function (global, factory) { | ||
if (this._bodyArrayBuffer) { | ||
var consumed = consumed(this); | ||
if (consumed) { | ||
return consumed | ||
var isConsumed = consumed(this); | ||
if (isConsumed) { | ||
return isConsumed | ||
} | ||
@@ -288,0 +288,0 @@ if (ArrayBuffer.isView(this._bodyArrayBuffer)) { |
@@ -277,5 +277,5 @@ var global = (typeof self !== 'undefined' && self) || (typeof global !== 'undefined' && global) | ||
if (this._bodyArrayBuffer) { | ||
var consumed = consumed(this); | ||
if (consumed) { | ||
return consumed | ||
var isConsumed = consumed(this) | ||
if (isConsumed) { | ||
return isConsumed | ||
} | ||
@@ -282,0 +282,0 @@ if (ArrayBuffer.isView(this._bodyArrayBuffer)) { |
{ | ||
"name": "whatwg-fetch", | ||
"description": "A window.fetch polyfill.", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"main": "./dist/fetch.umd.js", | ||
@@ -6,0 +6,0 @@ "module": "./fetch.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53920