@types/web 0.0.317 → 0.0.318

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
47
47
 
48
48
  ## Deploy Metadata
49
49
 
50
- You can read what changed in version 0.0.317 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.317.
50
+ You can read what changed in version 0.0.318 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.318.
package/index.d.ts CHANGED
@@ -26402,11 +26402,12 @@ interface PerformanceEventMap {
26402
26402
  */
26403
26403
  interface Performance extends EventTarget {
26404
26404
  /**
26405
- * The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type.
26405
+ * The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type since the page was loaded.
26406
26406
  *
26407
26407
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Performance/eventCounts)
26408
26408
  */
26409
26409
  readonly eventCounts: EventCounts;
26410
+ /** The read-only **`performance.interactionCount`** property represents the number of real-user interactions that have occurred on the page since it was loaded. */
26410
26411
  readonly interactionCount: number;
26411
26412
  /**
26412
26413
  * The legacy **`Performance.navigation`** read-only property returns a PerformanceNavigation object representing the type of navigation that occurs in the given browsing context, such as the number of redirections needed to fetch the resource.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.317",
3
+ "version": "0.0.318",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -26378,11 +26378,12 @@ interface PerformanceEventMap {
26378
26378
  */
26379
26379
  interface Performance extends EventTarget {
26380
26380
  /**
26381
- * The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type.
26381
+ * The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type since the page was loaded.
26382
26382
  *
26383
26383
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Performance/eventCounts)
26384
26384
  */
26385
26385
  readonly eventCounts: EventCounts;
26386
+ /** The read-only **`performance.interactionCount`** property represents the number of real-user interactions that have occurred on the page since it was loaded. */
26386
26387
  readonly interactionCount: number;
26387
26388
  /**
26388
26389
  * The legacy **`Performance.navigation`** read-only property returns a PerformanceNavigation object representing the type of navigation that occurs in the given browsing context, such as the number of redirections needed to fetch the resource.
package/ts5.6/index.d.ts CHANGED
@@ -26399,11 +26399,12 @@ interface PerformanceEventMap {
26399
26399
  */
26400
26400
  interface Performance extends EventTarget {
26401
26401
  /**
26402
- * The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type.
26402
+ * The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type since the page was loaded.
26403
26403
  *
26404
26404
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Performance/eventCounts)
26405
26405
  */
26406
26406
  readonly eventCounts: EventCounts;
26407
+ /** The read-only **`performance.interactionCount`** property represents the number of real-user interactions that have occurred on the page since it was loaded. */
26407
26408
  readonly interactionCount: number;
26408
26409
  /**
26409
26410
  * The legacy **`Performance.navigation`** read-only property returns a PerformanceNavigation object representing the type of navigation that occurs in the given browsing context, such as the number of redirections needed to fetch the resource.
package/ts5.9/index.d.ts CHANGED
@@ -26399,11 +26399,12 @@ interface PerformanceEventMap {
26399
26399
  */
26400
26400
  interface Performance extends EventTarget {
26401
26401
  /**
26402
- * The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type.
26402
+ * The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type since the page was loaded.
26403
26403
  *
26404
26404
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Performance/eventCounts)
26405
26405
  */
26406
26406
  readonly eventCounts: EventCounts;
26407
+ /** The read-only **`performance.interactionCount`** property represents the number of real-user interactions that have occurred on the page since it was loaded. */
26407
26408
  readonly interactionCount: number;
26408
26409
  /**
26409
26410
  * The legacy **`Performance.navigation`** read-only property returns a PerformanceNavigation object representing the type of navigation that occurs in the given browsing context, such as the number of redirections needed to fetch the resource.