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 the Browser.Events.on -function should be exposed.
With the Html.Events.on function we can listen for custom js-events on elements in the Dom. I miss a way of doing the same for Document through subscriptions. Say I want to use a custom drag and drop library in js, I could listen for this event:
Thanks for all the work that you guys do.
I think the Browser.Events.on -function should be exposed.
With the Html.Events.on function we can listen for custom js-events on elements in the Dom. I miss a way of doing the same for Document through subscriptions. Say I want to use a custom drag and drop library in js, I could listen for this event:
but not make a subscription of this
I think exposing Browser.Events.on would be both useful and consistent with the api in Html.Events.
The text was updated successfully, but these errors were encountered: