MCPcopy
hub / github.com/tldraw/tldraw / tee

Method tee

templates/image-pipeline/worker-configuration.d.ts:2088–2088  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2086 pipeTo(destination: WritableStream<R>, options?: StreamPipeOptions): Promise<void>
2087 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/tee) */
2088 tee(): [ReadableStream<R>, ReadableStream<R>]
2089 values(options?: ReadableStreamValuesOptions): AsyncIterableIterator<R>
2090 [Symbol.asyncIterator](options?: ReadableStreamValuesOptions): AsyncIterableIterator<R>
2091}

Callers 2

handleUserAssetGetFunction · 0.65
handleAssetDownloadFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected