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 general, the default template engine doesn’t want to manage adding event listeners in this way — rather, it wants to leave that sort of thing to the authors’s JS via addEventListener.
We may relax this in the future if no special handling is required to support it (i.e., if it’s completely browser-driven).
In general, the default template engine doesn’t want to manage adding event listeners in this way — rather, it wants to leave that sort of thing to the authors’s JS via
addEventListener
.We may relax this in the future if no special handling is required to support it (i.e., if it’s completely browser-driven).
https://html.spec.whatwg.org/dev/webappapis.html#event-handler-attributes
The text was updated successfully, but these errors were encountered: