Skip to main content
Module

x/denoversion/lib/lib.deno_runtime.d.ts>fetchTypes.fetch

Deno cli to manage and bump release versions.
Latest
function fetchTypes.fetch
import { fetchTypes } from "https://deno.land/x/denoversion@v1.0.2/lib/lib.deno_runtime.d.ts";
const { fetch } = fetchTypes;

Fetch a resource from the network.

Parameters

input: domTypes.Request | string
optional
init: domTypes.RequestInit