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

ByteStreamResponse

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

§Extends

§
Response
[src]

§Constructors

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