Blob
.text()
const blob = new Blob(["hello world"]); const str = await blob.text(); // => "hello world"