We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af972c3 commit 6e7255dCopy full SHA for 6e7255d
baselines/dom.generated.d.ts
@@ -11622,6 +11622,7 @@ interface PerformanceServerTiming {
11622
readonly name: string;
11623
readonly duration: number;
11624
readonly description: string;
11625
+ toJSON(): any;
11626
}
11627
11628
declare var PerformanceNavigation: {
@@ -11645,7 +11646,7 @@ interface PerformanceNavigationTiming extends PerformanceResourceTiming {
11645
11646
readonly type: NavigationType;
11647
readonly unloadEventEnd: number;
11648
readonly unloadEventStart: number;
- readonly serverTiming?: PerformanceServerTiming[];
11649
+ readonly serverTiming?: FrozenArray<PerformanceServerTiming>;
11650
toJSON(): any;
11651
11652
0 commit comments