@@ -627,6 +627,21 @@ declare namespace ಠ_ಠ.clutz {
627
627
}
628
628
}
629
629
// Generated from externs.zip//w3c_navigation_timing.js
630
+ declare namespace ಠ_ಠ . clutz {
631
+ /**
632
+ * https://wicg.github.io/largest-contentful-paint/#largestcontentfulpaint
633
+ */
634
+ class LargestContentfulPaint extends PerformanceEntry {
635
+ private noStructuralTyping_LargestContentfulPaint : any ;
636
+ element : GlobalElement | null ;
637
+ id : string ;
638
+ loadTime : number ;
639
+ renderTime : number ;
640
+ size : number ;
641
+ url : string ;
642
+ }
643
+ }
644
+ // Generated from externs.zip//w3c_navigation_timing.js
630
645
declare namespace ಠ_ಠ . clutz {
631
646
/**
632
647
* https://wicg.github.io/layout-instability/#sec-layout-shift
@@ -638,6 +653,27 @@ declare namespace ಠ_ಠ.clutz {
638
653
value : number ;
639
654
}
640
655
}
656
+ // Generated from externs.zip//w3c_navigation_timing.js
657
+ declare namespace ಠ_ಠ . clutz {
658
+ /**
659
+ * https://wicg.github.io/event-timing/#sec-performance-event-timing
660
+ */
661
+ class PerformanceEventTiming extends PerformanceEntry {
662
+ private noStructuralTyping_PerformanceEventTiming : any ;
663
+ cancelable : boolean ;
664
+ processingEnd : number ;
665
+ processingStart : number ;
666
+ }
667
+ }
668
+ // Generated from externs.zip//w3c_navigation_timing.js
669
+ declare namespace ಠ_ಠ . clutz {
670
+ /**
671
+ * https://w3c.github.io/paint-timing/#sec-PerformancePaintTiming
672
+ */
673
+ class PerformancePaintTiming extends PerformanceEntry {
674
+ private noStructuralTyping_PerformancePaintTiming : any ;
675
+ }
676
+ }
641
677
// Generated from externs.zip//w3c_rtc.js
642
678
declare namespace ಠ_ಠ . clutz {
643
679
class BlobEvent extends GlobalEvent {
0 commit comments