MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / defaultControllerBrandCheckException$2

Function defaultControllerBrandCheckException$2

out/cli.cjs:12914–12916  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

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 }

Callers 3

abortReasonMethod · 0.85
signalMethod · 0.85
errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected