It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
76%
Published
4 weeks ago (0.1.20)
fhar - filter har by url
Modern Browsers can generate HAR files, however the generated file contains all of the requests during the session.
This tool allows you to filter the HAR file by URL, so that it consume less room than a whole.
Add Package
deno add jsr:@timepp/fhar
Import symbol
import * as fhar from "@timepp/fhar";
Import directly with a jsr specifier
import * as fhar from "jsr:@timepp/fhar";
Add Package
pnpm i jsr:@timepp/fhar
pnpm dlx jsr add @timepp/fhar
Import symbol
import * as fhar from "@timepp/fhar";
Add Package
yarn add jsr:@timepp/fhar
yarn dlx jsr add @timepp/fhar
Import symbol
import * as fhar from "@timepp/fhar";
Add Package
npx jsr add @timepp/fhar
Import symbol
import * as fhar from "@timepp/fhar";
Add Package
bunx jsr add @timepp/fhar
Import symbol
import * as fhar from "@timepp/fhar";