(name)
| 13453 | SetUpReadableStreamDefaultController(stream4, controller, startAlgorithm, pullAlgorithm, cancelAlgorithm, highWaterMark, sizeAlgorithm); |
| 13454 | } |
| 13455 | function defaultControllerBrandCheckException$1(name) { |
| 13456 | return new TypeError(`ReadableStreamDefaultController.prototype.${name} can only be used on a ReadableStreamDefaultController`); |
| 13457 | } |
| 13458 | function ReadableStreamTee(stream4, cloneForBranch2) { |
| 13459 | if (IsReadableByteStreamController(stream4._readableStreamController)) { |
| 13460 | return ReadableByteStreamTee(stream4); |
no outgoing calls
no test coverage detected
searching dependent graphs…