(controller, error)
| 12904 | return desiredSize <= 0; |
| 12905 | } |
| 12906 | function WritableStreamDefaultControllerError(controller, error) { |
| 12907 | const stream4 = controller._controlledWritableStream; |
| 12908 | WritableStreamDefaultControllerClearAlgorithms(controller); |
| 12909 | WritableStreamStartErroring(stream4, error); |
| 12910 | } |
| 12911 | function streamBrandCheckException$2(name) { |
| 12912 | return new TypeError(`WritableStream.prototype.${name} can only be used on a WritableStream`); |
| 12913 | } |
no test coverage detected
searching dependent graphs…