()
| 6 | _isBase64Encoded?: boolean |
| 7 | |
| 8 | constructor() { |
| 9 | super() |
| 10 | this.response = [] |
| 11 | } |
| 12 | // @param chunk Chunk of data to unshift onto the read queue. For streams not operating in object mode, `chunk` must be a string, `Buffer`, `Uint8Array` or `null`. For object mode |
| 13 | // streams, `chunk` may be any JavaScript value. |
| 14 | _write( |
nothing calls this directly
no outgoing calls
no test coverage detected