(err)
| 9188 | } |
| 9189 | __name(onEnd, "onEnd"); |
| 9190 | function onError(err) { |
| 9191 | const stream = this; |
| 9192 | const state = stream[kRequestStreamState]; |
| 9193 | stream.off("error", onError); |
| 9194 | state.abort(err); |
| 9195 | } |
| 9196 | __name(onError, "onError"); |
| 9197 | function onFrameError(type, code) { |
| 9198 | const stream = this; |
no test coverage detected
searching dependent graphs…