File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4655,6 +4655,12 @@ Document.prototype.fonts;
4655
4655
*/
4656
4656
Document . prototype . currentScript ;
4657
4657
4658
+ /**
4659
+ * @see https://wicg.github.io/nav-speculation/prerendering.html#dom-document-prerendering
4660
+ * @type {boolean }
4661
+ */
4662
+ Document . prototype . prerendering ;
4663
+
4658
4664
/**
4659
4665
* Definition of ShadowRoot interface,
4660
4666
* @see http://www.w3.org/TR/shadow-dom/#api-shadow-root
Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ function PerformanceNavigationTiming() {}
122
122
/** @type {number } */ PerformanceNavigationTiming . prototype . loadEventEnd ;
123
123
/** @type {NavigationType } */ PerformanceNavigationTiming . prototype . type ;
124
124
/** @type {number } */ PerformanceNavigationTiming . prototype . redirectCount ;
125
+ // https://wicg.github.io/nav-speculation/prerendering.html#performance-navigation-timing-extension
126
+ /** @type {number } */ PerformanceNavigationTiming . prototype . activationStart ;
125
127
126
128
/**
127
129
* https://w3c.github.io/paint-timing/#sec-PerformancePaintTiming
You can’t perform that action at this time.
0 commit comments