()
| 9202 | } |
| 9203 | __name(onFrameError, "onFrameError"); |
| 9204 | function onAborted() { |
| 9205 | this.off("data", onData); |
| 9206 | } |
| 9207 | __name(onAborted, "onAborted"); |
| 9208 | function onTimeout() { |
| 9209 | const stream = this; |
nothing calls this directly
no test coverage detected