The blob() method of the Response interface takes a Response stream and reads it to completion. It returns a promise that resolves with a Blob.
blob()
external JSPromise<Blob> blob();