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 single setTimeout
, and doesn't propagate through XHR or Promise.then()
at all.
We're discussing this in https://crbug.com/404161.