chrome-har
chrome-har copied to clipboard
Create HAR files from Chrome Debugging Protocol data
`debug` version `4.1.1` is suffering from ReDos Vulnerability, see https://github.com/debug-js/debug/issues/797. we'd better move away from it.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
Hi guys, First of all, thanks for your amazing work! That's huge ! I would like to determine from HAR generated file which request was preloaded (or not) during page...
Hello, I am using chrome-har as a npm package to extract har from my puppeteer scenarios. However, I can't see the requests served from cache when I reload any page....
TS types
Is there a chance we can have types for the HAR return value https://github.com/micmro/har-format-ts-declaration
while the browser already open, you can't get the har cause it doesn't have page events. is there a way to solve this?
Hi everyone, I already described the situation in this thread: https://github.com/sitespeedio/browsertime/issues/1664#issuecomment-950800571 but, anyway, to summarize the problem, what I want to do is to visit a page for 9 minutes,...
There are discrepancies in the har generated from browsertime and the one from Chrome Dev tools Find attached the two har files run on https://www.infosys.com I have used below commands...
This issue is copied from https://github.com/sitespeedio/sitespeed.io/issues/3132 Hi, my targeted website includes some pictures that are blocked by the firewall, so that there some errors like "_error": "net::ERR_TIMED_OUT" or "_error": "net::ERR_CONNECTION_RESET"...