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

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

A JavaScript extension package for building strong and modern applications.
Latest
interface RequestMessage
implements Omit<RequestInit, "body" | "signal">
import { type RequestMessage } 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