Skip to content

core(lantern): remove usage of Lighthouse's ProcessedNavigation#16048

Merged
connorjclark merged 9 commits intomainfrom
lantern-nav-timestamps
Jun 7, 2024
Merged

core(lantern): remove usage of Lighthouse's ProcessedNavigation#16048
connorjclark merged 9 commits intomainfrom
lantern-nav-timestamps

Conversation

@connorjclark
Copy link
Copy Markdown
Collaborator

ref #15841

const processedTrace = await ProcessedTrace.request(trace, context);
const networkRecords = await NetworkRecords.request(devtoolsLog, context);
const documentRequests = Redirects.getDocumentRequestChain(networkRecords, processedTrace);

Copy link
Copy Markdown
Collaborator Author

@connorjclark connorjclark Jun 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preserves a more specific error message on no navs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants