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
It's a little un-idiomatic to use delegate objects as a "callback bag" in the Web Platform.
This could potentially, instead, use EventTarget, and emit events for each of the callbacks we have in the delegate object. This gives us a lot more flexibility with handling these lifecycle steps.
The text was updated successfully, but these errors were encountered:
It's a little un-idiomatic to use delegate objects as a "callback bag" in the Web Platform.
This could potentially, instead, use EventTarget, and emit events for each of the callbacks we have in the
delegate
object. This gives us a lot more flexibility with handling these lifecycle steps.The text was updated successfully, but these errors were encountered: