Skip to main content
Home
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
76%
Published
2 years ago (1.0.0)
f
default

Create a new Fetchling instance using the given fetch() API arguments.

c
I
Fetchling

The Fetchling class provides a wrapper around the browser fetch() API, storing a reusable request object, and exposing helper functions to access nested sub-resources of the base URL.

I
FRequestInit

FRequestInit is the configuration object for a Fetchling resource, based on the RequestInit arguments to the fetch API. Any arguments that can be passed to fetch() can be used to configure Fetchling requests.

c
FResponse

FResponse is a light wrapper around the Response object of the fetch() API. It contains a few extra convenience fields, including the auto-parsed data from a fetch request.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.