method Body.textprivateBody.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>