files/en-us/web/api/blob/stream/index.md
{{APIRef("File API")}}{{AvailableInWorkers}}
The stream() method of the {{domxref("Blob")}} interface returns a {{domxref("ReadableStream")}} which upon reading returns the data contained within the Blob.
stream()
None.
A {{domxref("ReadableStream")}} which, upon reading, returns the contents of the
Blob.
With stream() and the returned {{domxref("ReadableStream")}}, you gain
several interesting capabilities:
ReadableStream objects, each of which returns the contents of the
Blob.{{Specifications}}
{{Compat}}