Paul Grime
Paul Grime
HAR Viewer will currently display two requests for a request that is intercepted by a service worker and results in a network request. There appears to be no simple way...
The HARs generated by [WebPagetest](https://www.webpagetest.org/) have lots of extra data in the `page` object, which would be good to show as part of the HAR waterfall. For example (but not...
Opening an issue so anyone with a specific need for IE 11 support can state their case. In the long/medium/short run it would be great to be able to drop...
Using the `/selenium/tests/hars/three-phases.har` sample HAR file, the `` element (circled in red) shows a time of 2.19 seconds. The page's `startedDateTime` is `2011-07-24T21:04:59.437+02:00`, and the last entry's `startedDateTime` is `2011-07-24T21:05:14.224+02:00`,...
TL;DR - Probably should replace this (and possibly other) invalid sample HARs with spec-compliant ones. --- https://github.com/janodvarko/harviewer/blob/aa648ee1bcc38dac6f0c66a80c1f026afe0edb77/webapp/examples/softwareishard.com.har#L2715..L2773 `response.status=304`, `response.bodySize=7676` Spec says [1] the `response.bodySize` should be `0`. Because of this,...
E.g. there is no top-level page row in the following screenshot, which we need to click on to hide/show the columns.  But when there is a `log.pages` array and...
Hi, I'm not sure if this is a bug or part of the domplate design. I want to be able to access the `PageList` instance from the following `onOpenOptions` event...
E.g., I would like the colour of the URL in the net row to vary based on one of, or a combination of, the following (not an exhaustive list, but...
References #18. I would say this PR is indicative at the moment and will require some rework, which I'm happy to do. E.g. I have included two variations of automatic...
This project uses a fork of yargs with a `config-booleans` branch. https://github.com/sgentle/caniuse-cmd/blob/fa1b41880c8a45979b63c4bf6aab3795abdc52c9/package.json#L32 It looks like the new yargs-parser has changes related to default booleans, and this fork may no longer...