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
syn fires the "input" event asynchronously when typing into a field using syn.type(...). According to the spec and MDN this event should be fired synchronously as soon as the value property of the input has been updated.