GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.01k stars 9.31k forks source link

core(lantern): rename NetworkRequest record to rawRequest #16037

Closed connorjclark closed 4 weeks ago

connorjclark commented 4 weeks ago

record (the impl-specific source of truth) and request (aka LanternRequest) are too close to each other, and that was causing bugs, and the terms were not used consistently inside Lantern, so this PR fixes all that. Now:

ref https://github.com/GoogleChrome/lighthouse/issues/15841