(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 | } |
| 12917 | function defaultWriterBrandCheckException(name) { |
| 12918 | return new TypeError(`WritableStreamDefaultWriter.prototype.${name} can only be used on a WritableStreamDefaultWriter`); |
| 12919 | } |
no outgoing calls
no test coverage detected