blob method

JSPromise<Blob> blob()

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.

Implementation

external JSPromise<Blob> blob();