Open
Bug 1861967
Opened 2 years ago
Get rid of document.hasBeenUserGestureActivated/hasValidTransientUserGestureActivation
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: edgar, Unassigned)
References
(Blocks 1 open bug)
Details
These chrome-only APIs could be removed; their usage can be replaced by using the UserActivation.hasBeenActive/isActive .
We could also considering moving other chrome-only APIs for user activation to UserActivation, too.
You need to log in
before you can comment on or make changes to this bug.
Description
•