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
in addEventListener we can pass an object with some usefult options like once, capture or signal but right now we can't pass this options using the on helper. So my proposal is to add an optional param: on(query, events, callback, options = {})
The text was updated successfully, but these errors were encountered:
in
addEventListener
we can pass an object with some usefult options likeonce
,capture
orsignal
but right now we can't pass this options using theon
helper. So my proposal is to add an optional param:on(query, events, callback, options = {})
The text was updated successfully, but these errors were encountered: