diff --git a/fetch.js b/fetch.js index 018bbb36..a6e8126a 100644 --- a/fetch.js +++ b/fetch.js @@ -209,6 +209,7 @@ function Body() { this.bodyUsed = false this._initBody = function(body) { + this.bodyUsed = this.bodyUsed // copy prototype to instance for proxy-pollyfill this._bodyInit = body if (!body) { this._bodyText = ''