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>
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).
Promise<string>