Intent to prototype & ship: PaintTimingMixin for paint timing and LCP without presentationTime
36 views
Skip to first unread message
Nazım Can Altınova
unread,
May 6, 2025, 3:00:48 PMMay 6
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
I just landed `PaintTimingMixin` for `PerformancePaintTiming` and `LargestContentfulPaint` interfaces on Bug 1963464, without the `presentationTime`. This mixin has a non-nullable `paintTime` attribute and a nullable `presentationTime` attribute. We currently return null for the presentationTime as browsers might choose to not include this information. We intend to add this time information in Bug 1950098, but will do it as a follow-up work.
This will make the timing numbers more explicit for web developers when they try to see which number we support.