Skip to main content
Module

x/shed/stream-response.ts>StreamRequestInit

All Worker Tools under a single roof
Latest
type alias StreamRequestInit
import { type StreamRequestInit } from "https://deno.land/x/shed@v0.1.0-pre.10/stream-response.ts";
definition: Omit<RequestInit, "body"> & { body?: StreamBodyInit; }