The text() method of the Blob interface returns a Promise that resolves with a string containing the contents of the blob, interpreted as UTF-8.
text()
Promise
external JSPromise<JSString> text();