(stream4)
| 14657 | return controller._finishPromise; |
| 14658 | } |
| 14659 | function TransformStreamDefaultSourcePullAlgorithm(stream4) { |
| 14660 | TransformStreamSetBackpressure(stream4, false); |
| 14661 | return stream4._backpressureChangePromise; |
| 14662 | } |
| 14663 | function TransformStreamDefaultSourceCancelAlgorithm(stream4, reason) { |
| 14664 | const controller = stream4._transformStreamController; |
| 14665 | if (controller._finishPromise !== void 0) { |
no test coverage detected
searching dependent graphs…