Skip to main content

text

method Body.text
Jump to headingBody.text(): Promise<string>

Takes a Response stream and reads it to completion. It returns a promise that resolves with a USVString (text).

Return Type Jump to heading

Promise<string>
Back to top