Skip to content

Instantly share code, notes, and snippets.

View mattzeunert's full-sized avatar

Matt Zeunert mattzeunert

View GitHub Profile
We couldn’t find that file to show.

{"hasH1":"true","hasHeading":"true","inOrder":true}

{"hasH1":"false","hasHeading":"true","inOrder":true}

{"userAgent":"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3738.0 Safari/537.36","environment":{"networkUserAgent":"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3738.0 Safari/537.36","hostUserAgent":"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3738.0 Safari/537.36","benchmarkIndex":1058},"lighthouseVersion":"4.2.0","fetchTime":"2019-03-19T23:48:23.055Z","requestedUrl":"https://ives-fourth-symphony.000webhostapp.com/ron-sanford/view-our-work/","finalUrl":"https://ives-fourth-symphony.000webhostapp.com/ron-sanford/view-our-work/","runWarnings":["Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404)"],"runtimeError":{"code":"ERRORED_DOCUMENT_REQUEST","message":"Lighthouse was unable to reliably load the page you requested. Make sure you are test
var FINGER_SIZE_PX = 48;
/**
* Merge client rects together and remove small ones. This may result in a larger overall
* size than that of the individual client rects.
* We use this to simulate a finger tap on those targets later on.
* @param {LH.Artifacts.Rect[]} clientRects
*/
window.getTappableRectsFromClientRects = getTappableRectsFromClientRects;