MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:1903–1903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1901 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter)
1902 */
1903declare class WritableStreamDefaultWriter<W = any> {
1904 constructor(stream: WritableStream);
1905 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WritableStreamDefaultWriter/closed) */
1906 get closed(): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected