MCPcopy Create free account
hub / github.com/fontsource/fontsource / tee

Method tee

website/worker-configuration.d.ts:1801–1801  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1799 pipeTo(destination: WritableStream<R>, options?: StreamPipeOptions): Promise<void>;
1800 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/tee) */
1801 tee(): [
1802 ReadableStream<R>,
1803 ReadableStream<R>
1804 ];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected