.stream()
Promise<ReadableStream>
const blob = new Blob(["hello world"]); const stream = await blob.stream();