method Blob.prototype.stream Usage in Deno```typescript import { Blob } from "node:node__buffer.d.ts"; ``` Blob.prototype.stream(): WebReadableStream Returns a new `ReadableStream` that allows the content of the `Blob` to be read. Return Type WebReadableStream