Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 9 commits into from
Jun 7, 2024

Conversation

connorjclark
Copy link
Collaborator

ref #15841

@@ -90,6 +90,7 @@ class Redirects extends Audit {

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

Copy link
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

@connorjclark connorjclark merged commit 322a3b7 into main Jun 7, 2024
27 checks passed
@connorjclark connorjclark deleted the lantern-nav-timestamps branch June 7, 2024 20:54
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.

None yet

3 participants