(name)
| 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 | } |
| 12914 | function defaultControllerBrandCheckException$2(name) { |
| 12915 | return new TypeError(`WritableStreamDefaultController.prototype.${name} can only be used on a WritableStreamDefaultController`); |
| 12916 | } |