Skip to main content

method Deno.SubprocessReadableStream.text

#SubprocessReadableStream.text(): Promise<string>

Reads the stream to completion. It returns a promise that resolves with a USVString (text).

Return Type #

Promise<string>

Did you find what you needed?

Privacy policy