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
Could you possibly add type definitions for Polymer.dom(Event)?
As per this, you can pass an Event to Polymer.dom such that you are given a wrapped event back (which has the correct targets in case shady DOM is in use).
Is this possible? As Polymer.dom(Element) should still work too.
The text was updated successfully, but these errors were encountered:
Could you possibly add type definitions for
Polymer.dom(Event)
?As per this, you can pass an
Event
toPolymer.dom
such that you are given a wrapped event back (which has the correct targets in case shady DOM is in use).Is this possible? As
Polymer.dom(Element)
should still work too.The text was updated successfully, but these errors were encountered: