Skip to main content

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
52%
Published
2 months ago (7.0.4)
type alias ExtendedRequest

Definition

RequestInitDiff
& Omit<RequestInit, keyof RequestInitDiff | "headers">
& { headers: Headers; url: URL; }

Add Package

deno add jsr:@jd1378/fetch-goody

Import symbol

import { type ExtendedRequest } from "@jd1378/fetch-goody";

---- OR ----

Import directly with a jsr specifier

import { type ExtendedRequest } from "jsr:@jd1378/fetch-goody";

Add Package

npx jsr add @jd1378/fetch-goody

Import symbol

import { type ExtendedRequest } from "@jd1378/fetch-goody";

Add Package

yarn dlx jsr add @jd1378/fetch-goody

Import symbol

import { type ExtendedRequest } from "@jd1378/fetch-goody";

Add Package

pnpm dlx jsr add @jd1378/fetch-goody

Import symbol

import { type ExtendedRequest } from "@jd1378/fetch-goody";

Add Package

bunx jsr add @jd1378/fetch-goody

Import symbol

import { type ExtendedRequest } from "@jd1378/fetch-goody";