Skip to main content
interface Protocol.PerformanceTimeline.LargestContentfulPaint
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { LargestContentfulPaint } = Protocol.PerformanceTimeline;

See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl

Properties

size: number

The number of pixels being painted.

optional
elementId: string

The id attribute of the element, if available.

optional
url: string

The URL of the image (may be trimmed).

optional
nodeId: DOM.BackendNodeId