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

x/deno/ext/fetch/lib.deno_fetch.d.ts>RequestDestination

A modern runtime for JavaScript and TypeScript.
Go to Latest
type alias RequestDestination
import { type RequestDestination } from "https://deno.land/x/deno@v1.39.0/ext/fetch/lib.deno_fetch.d.ts";
definition:
| ""
| "audio"
| "audioworklet"
| "document"
| "embed"
| "font"
| "image"
| "manifest"
| "object"
| "paintworklet"
| "report"
| "script"
| "sharedworker"
| "style"
| "track"
| "video"
| "worker"
| "xslt"