Skip to content

Commit 6e7255d

Browse files
authored
improve performanceservertiming interface
1 parent af972c3 commit 6e7255d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

baselines/dom.generated.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -11622,6 +11622,7 @@ interface PerformanceServerTiming {
1162211622
readonly name: string;
1162311623
readonly duration: number;
1162411624
readonly description: string;
11625+
toJSON(): any;
1162511626
}
1162611627

1162711628
declare var PerformanceNavigation: {
@@ -11645,7 +11646,7 @@ interface PerformanceNavigationTiming extends PerformanceResourceTiming {
1164511646
readonly type: NavigationType;
1164611647
readonly unloadEventEnd: number;
1164711648
readonly unloadEventStart: number;
11648-
readonly serverTiming?: PerformanceServerTiming[];
11649+
readonly serverTiming?: FrozenArray<PerformanceServerTiming>;
1164911650
toJSON(): any;
1165011651
}
1165111652

0 commit comments

Comments
 (0)