()
| 60768 | onData(chunk) { |
| 60769 | if (fetchParams.controller.dump) { |
| 60770 | return; |
| 60771 | } |
| 60772 | const bytes = chunk; |
| 60773 | timingInfo.encodedBodySize += bytes.byteLength; |
| 60774 | return this.body.push(bytes); |
| 60775 | }, |
| 60776 | onComplete() { |
| 60777 | if (this.abort) { |
| 60778 | fetchParams.controller.off("terminated", this.abort); |
| 60779 | } |