globalsBlob()prototypeBlob.stream()Version: 3.37.0On this pageBlob.stream() The stream() method of the Blob interface returns a ReadableStream that can be used to read the contents of the Blob. Syntax stream() Parameters None. Return value A ReadableStream that provides the data contained within the Blob.