Skip to main content
Home

@timepp/fhar@0.1.20

latest
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
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.

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:@timepp/fhar

Import symbol

import * as fhar from "@timepp/fhar";
or

Import directly with a jsr specifier

import * as fhar from "jsr:@timepp/fhar";

Add Package

pnpm i jsr:@timepp/fhar
or (using pnpm 10.8 or older)
pnpm dlx jsr add @timepp/fhar

Import symbol

import * as fhar from "@timepp/fhar";

Add Package

yarn add jsr:@timepp/fhar
or (using Yarn 4.8 or older)
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";