- Notifications
You must be signed in to change notification settings - Fork2.9k
Closed
Description
"Triggered by user activation" currently behaves differently from the way browsers handle user gestures. For example, Chrome only propagates a gesture through a singlesetTimeout
, and doesn't propagate through XHR orPromise.then()
at all.
We're discussing this inhttps://crbug.com/404161.