We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26931f5 + 2549d2f commit 937afc3Copy full SHA for 937afc3
baselines/dom.generated.d.ts
@@ -9134,6 +9134,7 @@ interface PerformanceTiming {
9134
readonly responseStart: number;
9135
readonly unloadEventEnd: number;
9136
readonly unloadEventStart: number;
9137
+ readonly secureConnectionStart: number;
9138
toJSON(): any;
9139
}
9140
inputfiles/addedTypes.json
@@ -1101,5 +1101,12 @@
1101
"interface": "Element",
1102
"name": "insertAdjacentText",
1103
"signatures": ["insertAdjacentText(where: string, text: string): void"]
1104
+ },
1105
+ {
1106
+ "kind": "property",
1107
+ "name": "secureConnectionStart",
1108
+ "interface": "PerformanceTiming",
1109
+ "readonly": true,
1110
+ "type": "number"
1111
1112
]
0 commit comments