Skip to content

Commit af972c3

Browse files
authored
add performanceservertiming
1 parent d52565b commit af972c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

baselines/dom.generated.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -11617,6 +11617,12 @@ interface PerformanceNavigation {
1161711617
readonly TYPE_RELOAD: number;
1161811618
readonly TYPE_RESERVED: number;
1161911619
}
11620+
11621+
interface PerformanceServerTiming {
11622+
readonly name: string;
11623+
readonly duration: number;
11624+
readonly description: string;
11625+
}
1162011626

1162111627
declare var PerformanceNavigation: {
1162211628
prototype: PerformanceNavigation;
@@ -11639,6 +11645,7 @@ interface PerformanceNavigationTiming extends PerformanceResourceTiming {
1163911645
readonly type: NavigationType;
1164011646
readonly unloadEventEnd: number;
1164111647
readonly unloadEventStart: number;
11648+
readonly serverTiming?: PerformanceServerTiming[];
1164211649
toJSON(): any;
1164311650
}
1164411651

0 commit comments

Comments
 (0)