Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Latest
method GridFSBucket.prototype.openDownloadStream
import { GridFSBucket } from "https://deno.land/x/mongo@v0.33.0/src/gridfs/bucket.ts";

Opens a Stream from which the application can read the contents of the stored file specified by @id.

Returns a Stream.

Returns

Promise<ReadableStream<Uint8Array>>