chrome-har-release-feedchrome-har release feed2023-12-31T09:18:59.414Zhttps://github.com/jpmonette/feedPeter Hedenskogpeter@soulgalore.comhttps://www.peterhedenskog.comNew releases and changelog feed of chrome-harhttp://www.sitespeed.io/favicon.icoAll rights reserved 2022, Peter Hedenskog and teamhttps://github.com/sitespeedio/chrome-har/blob/main/CHANGELOG.md#0.13.22023-07-30T00:00:00.000ZFixed
Remove adding headers from extra parameters. Using the CDP Fetch API manipulating responses, the extra response info holds the old un-manipulated headers, so when copying the ones that do not exist, this breaks. Fixed in #100.
Parse extra info events (parse extra request data from the Network.requestWillBeSentExtraInfo event and parse extra response data from the Network.responseReceivedExtraInfo event), thank you Michael Dijkstra for the PR #71.