Skip to main content
Version: 3.33.2

Blob.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.