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