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

x/deno/cli/js/body.ts>BodySource

A modern runtime for JavaScript and TypeScript.
Go to Latest
type alias BodySource
import { type BodySource } from "https://deno.land/x/deno@v0.30.0/cli/js/body.ts";
definition:
| domTypes.Blob
| domTypes.BufferSource
| domTypes.FormData
| domTypes.URLSearchParams
| domTypes.ReadableStream
| string