Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/shed/stream-response.ts>ByteStreamResponse

All Worker Tools under a single roof
Latest
class ByteStreamResponse
extends Response
import { ByteStreamResponse } from "https://deno.land/x/shed@v0.1.0-pre.10/stream-response.ts";

Constructors

new
ByteStreamResponse(body?: ByteStreamBodyInit | null, init?: ResponseInit)