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
I think all handler attributes (onClick, onChange, ...) have a corresponding attribute for registering handlers in the browser's capture phase (onClickCapture, onChangeCapture, ...).
We should add them.
The text was updated successfully, but these errors were encountered:
I think all handler attributes (
onClick
,onChange
, ...) have a corresponding attribute for registering handlers in the browser's capture phase (onClickCapture
,onChangeCapture
, ...).We should add them.
The text was updated successfully, but these errors were encountered: