Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BufferedByteStreamResponse

import { BufferedByteStreamResponse } from "https://raw.githubusercontent.com/worker-tools/stream-response/master/index.ts";
class BufferedByteStreamResponse extends Response {
constructor(body?: ByteStreamBodyInit | null, init?: ResponseInit);
}

§Extends

§
Response
[src]

§Constructors

§
new BufferedByteStreamResponse(body?: ByteStreamBodyInit | null, init?: ResponseInit)
[src]