Skip to content

Commit

Permalink
Synchronize with BCD v5.2.9 (mdn#21709)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Oct 21, 2022
1 parent 67e58a1 commit d064374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/performanceeventtiming/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ This interface also supports the following properties:

- {{domxref("PerformanceEventTiming.cancelable")}} {{ReadOnlyInline}}
- : Returns the associated event's [`cancelable`](/en-US/docs/Web/API/Event/cancelable) property.
- {{domxref("PerformanceEventTiming.interactionId")}} {{ReadOnlyInline}}
- {{domxref("PerformanceEventTiming.interactionId")}} {{ReadOnlyInline}} {{Experimental_Inline}}
- : Returns the ID that uniquely identifies the user interaction which triggered the associated event.
- {{domxref("PerformanceEventTiming.processingStart")}} {{ReadOnlyInline}}
- : Returns a {{domxref("DOMHighResTimeStamp")}} representing the time at which event dispatch started. To measure the time between a user action and the time the event handler starts to run, calculate `processingStart-startTime`.
Expand Down

0 comments on commit d064374

Please sign in to comment.