You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eventsEE.on('fn-start',([evt])=>{// set up a new user ixn before the callback for the triggering event executes
54
-
if(INTERACTION_TRIGGERS.includes(evt?.type)){
55
-
processUserInteraction(evt)
56
-
}
57
-
})
58
-
for(leteventTypeofINTERACTION_TRIGGERS)document.addEventListener(eventType,()=>{/* no-op, this ensures the UI events are monitored by our callback above */})
0 commit comments