Commit 066fa3d7 authored by Nicolás Peña Moreno's avatar Nicolás Peña Moreno Committed by Commit Bot

[LargestContentfulPaint] Ship LargestContentfulPaint API

Intent to Ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/S36p6Y16u5c

Bug: 965505, 972038
Change-Id: Id2aac424b508ea698da5c73972d4c1b0442a2618
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715739
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Auto-Submit: Nicolás Peña Moreno <npm@chromium.org>
Reviewed-by: default avatarRick Byers <rbyers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#681116}
parent 5220a230
...@@ -803,7 +803,7 @@ ...@@ -803,7 +803,7 @@
}, },
{ {
name: "LargestContentfulPaint", name: "LargestContentfulPaint",
status: "experimental", status: "stable",
}, },
{ {
// Exposes layout shift scores to Javascript. See explainer: // Exposes layout shift scores to Javascript. See explainer:
......
...@@ -3787,6 +3787,16 @@ interface KeyframeEffect : AnimationEffect ...@@ -3787,6 +3787,16 @@ interface KeyframeEffect : AnimationEffect
getter target getter target
method constructor method constructor
setter target setter target
interface LargestContentfulPaint : PerformanceEntry
attribute @@toStringTag
getter element
getter id
getter loadTime
getter renderTime
getter size
getter url
method constructor
method toJSON
interface LayoutShift : PerformanceEntry interface LayoutShift : PerformanceEntry
attribute @@toStringTag attribute @@toStringTag
getter hadRecentInput getter hadRecentInput
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment