Skip to content

Commit 83d7770

Browse files
Update core dependencies (#2381)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent d624da7 commit 83d7770

17 files changed

+17
-17
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27029,7 +27029,7 @@ interface PerformanceServerTiming {
2702927029
*/
2703027030
readonly description: string;
2703127031
/**
27032-
* The **`duration`** read-only property returns a double that contains the server-specified metric duration, or the value 0.0.
27032+
* The **`duration`** read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.
2703327033
*
2703427034
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceServerTiming/duration)
2703527035
*/

baselines/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6684,7 +6684,7 @@ interface PerformanceServerTiming {
66846684
*/
66856685
readonly description: string;
66866686
/**
6687-
* The **`duration`** read-only property returns a double that contains the server-specified metric duration, or the value 0.0.
6687+
* The **`duration`** read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.
66886688
*
66896689
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceServerTiming/duration)
66906690
*/

baselines/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6329,7 +6329,7 @@ interface PerformanceServerTiming {
63296329
*/
63306330
readonly description: string;
63316331
/**
6332-
* The **`duration`** read-only property returns a double that contains the server-specified metric duration, or the value 0.0.
6332+
* The **`duration`** read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.
63336333
*
63346334
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceServerTiming/duration)
63356335
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27005,7 +27005,7 @@ interface PerformanceServerTiming {
2700527005
*/
2700627006
readonly description: string;
2700727007
/**
27008-
* The **`duration`** read-only property returns a double that contains the server-specified metric duration, or the value 0.0.
27008+
* The **`duration`** read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.
2700927009
*
2701027010
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceServerTiming/duration)
2701127011
*/

baselines/ts5.5/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6681,7 +6681,7 @@ interface PerformanceServerTiming {
66816681
*/
66826682
readonly description: string;
66836683
/**
6684-
* The **`duration`** read-only property returns a double that contains the server-specified metric duration, or the value 0.0.
6684+
* The **`duration`** read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.
66856685
*
66866686
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceServerTiming/duration)
66876687
*/

baselines/ts5.5/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6326,7 +6326,7 @@ interface PerformanceServerTiming {
63266326
*/
63276327
readonly description: string;
63286328
/**
6329-
* The **`duration`** read-only property returns a double that contains the server-specified metric duration, or the value 0.0.
6329+
* The **`duration`** read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.
63306330
*
63316331
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceServerTiming/duration)
63326332
*/

baselines/ts5.5/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7554,7 +7554,7 @@ interface PerformanceServerTiming {
75547554
*/
75557555
readonly description: string;
75567556
/**
7557-
* The **`duration`** read-only property returns a double that contains the server-specified metric duration, or the value 0.0.
7557+
* The **`duration`** read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.
75587558
*
75597559
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceServerTiming/duration)
75607560
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27026,7 +27026,7 @@ interface PerformanceServerTiming {
2702627026
*/
2702727027
readonly description: string;
2702827028
/**
27029-
* The **`duration`** read-only property returns a double that contains the server-specified metric duration, or the value 0.0.
27029+
* The **`duration`** read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.
2703027030
*
2703127031
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceServerTiming/duration)
2703227032
*/

baselines/ts5.6/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6681,7 +6681,7 @@ interface PerformanceServerTiming {
66816681
*/
66826682
readonly description: string;
66836683
/**
6684-
* The **`duration`** read-only property returns a double that contains the server-specified metric duration, or the value 0.0.
6684+
* The **`duration`** read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.
66856685
*
66866686
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceServerTiming/duration)
66876687
*/

baselines/ts5.6/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6326,7 +6326,7 @@ interface PerformanceServerTiming {
63266326
*/
63276327
readonly description: string;
63286328
/**
6329-
* The **`duration`** read-only property returns a double that contains the server-specified metric duration, or the value 0.0.
6329+
* The **`duration`** read-only property returns a double that contains the server-specified metric duration (usually in milliseconds), or the value 0.0.
63306330
*
63316331
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceServerTiming/duration)
63326332
*/

0 commit comments

Comments
 (0)