Skip to content
#

chrome-devtools

Here are 196 public repositories matching this topic...

connorjclark
connorjclark commented Oct 6, 2021

https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/audits/image-size-responsive.js#L149

This is the only audit that saves a separate "elidedUrl" property. All other audits save the result of URL.elideDataURI to their url property. We should just set url to this elided value, and drop elidedUrl. Otherwise, data uir images failing this audit will make the LHR larger th

Improve this page

Add a description, image, and links to the chrome-devtools topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chrome-devtools topic, visit your repo's landing page and select "manage topics."

Learn more