sitespeedio / chrome-har

Create HAR files from Chrome Debugging Protocol data
MIT License
149 stars 50 forks source link

Catch requestWillBeSent that happens before navigation #34

Closed soulgalore closed 5 years ago

soulgalore commented 5 years ago

When using (70) and navigating by clicking a link on the page, the requestWillBeSent happens before Page.frameStartedLoading.

I changed so that we store all requests that happens before a page started and then just add them to the page. Maybe not the best solution to be future safe though.