This documentation describes Polymer's event retargeting.
Following the documentation, I have obtained a "normalized event object" (NEO) using Polymer.dom(event)
.
Neither the event retargeting documentation nor the API documentation describes what native methods are available (like .getAttribute()
). For an example, see Amit's answer to this question.
What native methods are available to this normalized event object? And where are they documented?