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)
class FResponse
extends Response

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.

Properties

abstract
data: any

Serialized response data from the Response body. Can be undefined if the request was not successful, or if the response body was empty.

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.

Add Package

deno add jsr:@kwhinnery/fetchling

Import symbol

import { FResponse } from "@kwhinnery/fetchling";
or

Import directly with a jsr specifier

import { FResponse } from "jsr:@kwhinnery/fetchling";

Add Package

pnpm i jsr:@kwhinnery/fetchling
or (using pnpm 10.8 or older)
pnpm dlx jsr add @kwhinnery/fetchling

Import symbol

import { FResponse } from "@kwhinnery/fetchling";

Add Package

yarn add jsr:@kwhinnery/fetchling
or (using Yarn 4.8 or older)
yarn dlx jsr add @kwhinnery/fetchling

Import symbol

import { FResponse } from "@kwhinnery/fetchling";

Add Package

vlt install jsr:@kwhinnery/fetchling

Import symbol

import { FResponse } from "@kwhinnery/fetchling";

Add Package

npx jsr add @kwhinnery/fetchling

Import symbol

import { FResponse } from "@kwhinnery/fetchling";

Add Package

bunx jsr add @kwhinnery/fetchling

Import symbol

import { FResponse } from "@kwhinnery/fetchling";