grab(init?: RequestInit | undefined,): Promise<Response>
Grabs a resource from the network. It returns a Promise that resolves to the Response to that Request, whether it is successful or not.
optional
init: RequestInit | undefined
A HTTP/1 compatible fetch implementation for Deno
grab(init?: RequestInit | undefined,): Promise<Response>
Grabs a resource from the network. It returns a Promise that resolves to the Response to that Request, whether it is successful or not.
init: RequestInit | undefined
Add Package
deno add @gug/grab
Import symbol
import { grab } from "@gug/grab";