Closed JohnRiv closed 4 years ago
should behave similar to getFirstPaint() with the "first-contentful-paint" name instead of "first-paint"
"first-contentful-paint"
"first-paint"
See https://developer.mozilla.org/en-US/docs/Web/API/PerformancePaintTiming for docs
In surfnperf.js file whenever getFirstPaint function is called you want to lookup for first-contentful-paint rather first-paint(which is a current behaviour), right?
surfnperf.js
getFirstPaint
first-contentful-paint
first-paint
closed via #85
should behave similar to getFirstPaint() with the
"first-contentful-paint"
name instead of"first-paint"
See https://developer.mozilla.org/en-US/docs/Web/API/PerformancePaintTiming for docs