(name)
| 14690 | return controller._finishPromise; |
| 14691 | } |
| 14692 | function defaultControllerBrandCheckException(name) { |
| 14693 | return new TypeError(`TransformStreamDefaultController.prototype.${name} can only be used on a TransformStreamDefaultController`); |
| 14694 | } |
| 14695 | function defaultControllerFinishPromiseResolve(controller) { |
| 14696 | if (controller._finishPromise_resolve === void 0) { |
| 14697 | return; |
no outgoing calls
no test coverage detected
searching dependent graphs…