Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/examples/deno/worker.ts>ResponseMessage

A JavaScript extension package for building strong and modern applications.
Latest
interface ResponseMessage
implements ResponseInit
import { type ResponseMessage } from "https://deno.land/x/ayonli_jsext@v0.9.72/examples/deno/worker.ts";

Properties

url: string
headers: Record<string, string>
optional
streamBody: boolean
optional
body: ArrayBuffer | null