(ev, ...args)
| 9684 | abort, |
| 9685 | contentType = "", |
| 9686 | contentLength, |
| 9687 | highWaterMark = 64 * 1024 |
| 9688 | // Same as nodejs fs streams. |
| 9689 | }) { |
| 9690 | super({ |
| 9691 | autoDestroy: true, |
| 9692 | read: resume, |
| 9693 | highWaterMark |
| 9694 | }); |
| 9695 | this._readableState.dataEmitted = false; |
no outgoing calls
no test coverage detected