blob method

JSPromise<Blob> blob()

The blob() method of the Request interface reads the request body and returns it as a promise that resolves with a Blob.

Implementation

external JSPromise<Blob> blob();