Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.PerformanceTimeline.LargestContentfulPaint

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.PerformanceTimeline.LargestContentfulPaint
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { LargestContentfulPaint } = Protocol.PerformanceTimeline;

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

Properties

renderTime: Network.TimeSinceEpoch
loadTime: Network.TimeSinceEpoch
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