method Body.textBody.text(): Promise<string>DeprecatedTakes a Response stream and reads it to completion. It returns a promise that resolves with a USVString (text). Return TypePromise<string>