Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface FetchInit
implements Omit<RequestInit, "window">
import { type FetchInit } from "https://deno.land/x/simple_utility@v0.0.1/src/fetch.ts";

Properties

optional
query: QueryInit