mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
13 lines
560 B
Text
13 lines
560 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: Largest Contentful Paint (https://wicg.github.io/largest-contentful-paint/)
|
|
|
|
interface LargestContentfulPaint : PerformanceEntry {
|
|
readonly attribute DOMHighResTimeStamp renderTime;
|
|
readonly attribute DOMHighResTimeStamp loadTime;
|
|
readonly attribute unsigned long size;
|
|
readonly attribute DOMString id;
|
|
readonly attribute DOMString url;
|
|
readonly attribute Element? element;
|
|
};
|