first-contentful-paint icon indicating copy to clipboard operation
first-contentful-paint copied to clipboard

Polyfill for measuring First Contentful Paint (FCP) in the browsers that does not support paint timing API.

Results 1 first-contentful-paint issues
Sort by recently updated
recently updated
newest added

Currently when img or contentful nodes (background-img) exist before the text nodes (h2, p) in DOM, library measures the paint of img node instead of the text node.

bug