Summary
The Response.text() method of the Response interface can be used to fetch website readability text. It returns a promise that resolves with a String, which is always decoded using UTF-8.
1
This method takes a Response stream and reads it to completion, allowing for the retrieval of website readability text.
1
According to