stream method
The stream() method of the Blob interface returns a
ReadableStream which upon reading returns the data contained within the
Blob.
Implementation
external ReadableStream stream();
The stream() method of the Blob interface returns a
ReadableStream which upon reading returns the data contained within the
Blob.
external ReadableStream stream();