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: support old version of Page.getInstallabilityErrors #10320

Merged
merged 7 commits into from
Feb 11, 2020

Conversation

connorjclark
Copy link
Collaborator

Fixes #10318

@connorjclark connorjclark requested a review from a team as a code owner February 10, 2020 21:41
@connorjclark connorjclark requested review from paulirish and removed request for a team February 10, 2020 21:41
Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

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

thanks for jumping on this!! 🎉

];
return icons.doExist(manifestValue) &&
!failedToFetchIconErrors.some(error => errors.includes(error));
!errors.some(error => failedToFetchIconErrorIds.includes(error.errorId));
Copy link
Collaborator

Choose a reason for hiding this comment

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

sweet, this works out even more nicely for us :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yea i agree

lighthouse-core/gather/gather-runner.js Outdated Show resolved Hide resolved
types/artifacts.d.ts Outdated Show resolved Hide resolved
lighthouse-core/gather/gather-runner.js Outdated Show resolved Hide resolved
lighthouse-core/gather/gather-runner.js Show resolved Hide resolved
Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

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

LGTM

lighthouse-core/gather/gather-runner.js Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InstallabilityErrors protocol format changed
4 participants