Closed
Bug 1949814
Opened 1 year ago
Closed 1 year ago
Implement `Performance.interactionCount`
Categories
(Core :: DOM: Performance APIs, enhancement)
Core
DOM: Performance APIs
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: canova, Assigned: canova)
References
Details
Attachments
(1 file)
It's a part of PerformanceEventTiming's interactionId property computation. But this interactionCount is also surfaced in Performance interface as a property.
Spec: https://www.w3.org/TR/event-timing/#dom-performance-interactioncount
Our standard position: https://github.com/mozilla/standards-positions/issues/1069
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Component: Performance → DOM: Performance APIs
Updated•1 year ago
|
Assignee: nobody → canaltinova
Attachment #9467741 -
Attachment description: WIP: Bug 1949814 - Implement interactionCount for Performance → Bug 1949814 - Implement interactionCount for Performance interface r?sefeng
Status: NEW → ASSIGNED
Pushed by canaltinova@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5b138135f479
Implement interactionCount for Performance interface r=sefeng,webidl,saschanaz
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•