globalsBlob()prototypeBlob.stream()Version: 3.33.2On this pageBlob.stream()The stream() method of the Blob interface returns a ReadableStream that can be used to read the contents of the Blob.Syntaxstream()ParametersNone.Return valueA ReadableStream that provides the data contained within the Blob.