Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26399,11 +26399,12 @@ interface PerformanceEventMap {
*/
interface Performance extends EventTarget {
/**
* The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Performance/eventCounts)
*/
readonly eventCounts: EventCounts;
/** The read-only **`performance.interactionCount`** property represents the number of real-user interactions that have occurred on the page since it was loaded. */
readonly interactionCount: number;
/**
* 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.
Expand Down
3 changes: 2 additions & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26375,11 +26375,12 @@ interface PerformanceEventMap {
*/
interface Performance extends EventTarget {
/**
* The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Performance/eventCounts)
*/
readonly eventCounts: EventCounts;
/** The read-only **`performance.interactionCount`** property represents the number of real-user interactions that have occurred on the page since it was loaded. */
readonly interactionCount: number;
/**
* 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.
Expand Down
3 changes: 2 additions & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26396,11 +26396,12 @@ interface PerformanceEventMap {
*/
interface Performance extends EventTarget {
/**
* The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Performance/eventCounts)
*/
readonly eventCounts: EventCounts;
/** The read-only **`performance.interactionCount`** property represents the number of real-user interactions that have occurred on the page since it was loaded. */
readonly interactionCount: number;
/**
* 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.
Expand Down
3 changes: 2 additions & 1 deletion baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26396,11 +26396,12 @@ interface PerformanceEventMap {
*/
interface Performance extends EventTarget {
/**
* The read-only **`performance.eventCounts`** property is an EventCounts map containing the number of events which have been dispatched per event type.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Performance/eventCounts)
*/
readonly eventCounts: EventCounts;
/** The read-only **`performance.interactionCount`** property represents the number of real-user interactions that have occurred on the page since it was loaded. */
readonly interactionCount: number;
/**
* 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.
Expand Down
7 changes: 6 additions & 1 deletion inputfiles/mdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -21537,7 +21537,7 @@
{
"mdn_url": "/en-US/docs/Web/API/Performance/eventCounts",
"pageType": "web-api-instance-property",
"summary": "The read-only performance.eventCounts property is an EventCounts map containing the number of events which have been dispatched per event type."
"summary": "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."
},
{
"mdn_url": "/en-US/docs/Web/API/Performance/getEntries",
Expand All @@ -21554,6 +21554,11 @@
"pageType": "web-api-instance-method",
"summary": "The getEntriesByType() method returns an array of PerformanceEntry objects currently present in the performance timeline for a given type."
},
{
"mdn_url": "/en-US/docs/Web/API/Performance/interactionCount",
"pageType": "web-api-instance-property",
"summary": "The read-only performance.interactionCount property represents the number of real-user interactions that have occurred on the page since it was loaded."
},
{
"mdn_url": "/en-US/docs/Web/API/Performance/mark",
"pageType": "web-api-instance-method",
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.