text method

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.

Implementation

external JSPromise<JSString> text();