Source code
Revision control
Copy as Markdown
Other Tools
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// Source: Soft Navigations and Interaction Contentful Paint (https://wicg.github.io/soft-navigations/)
[Exposed=Window]
interface InteractionContentfulPaint : PerformanceEntry {
readonly attribute LargestContentfulPaint largestContentfulPaint;
readonly attribute unsigned long long interactionId;
object toJSON();
};
InteractionContentfulPaint includes PaintTimingMixin;
[Exposed=Window]
interface PerformanceSoftNavigation : PerformanceEntry {
readonly attribute NavigationType navigationType;
readonly attribute unsigned long long interactionId;
InteractionContentfulPaint? getLargestInteractionContentfulPaint();
};
PerformanceSoftNavigation includes PaintTimingMixin;