-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Sometimes there is a user activation, but it was consumed by a powerful API call already (so the next call could be blocked) -
// Somewhere before this code window.open('/'); was called.
if (userActivation.isActive && !userActivation.wasConsumed)
{
window.open('!'); // This will not be blocked, woo hoo!
}
Metadata
Metadata
Assignees
Labels
No labels