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
For example, polymer-signals has a problem because the signal-notifier events need to be non-bubbling, but non-bubbling events foil the on-* delegation system.
We can have our cake and eat it too if the events bubble in DOM but not during Polymer delegation.