googlearchive / iron-signals

Publish-subscribe functionality
14 stars 16 forks source link

Fixes #20: Used a new custom event object for each dispatch #19

Open sushantbs opened 7 years ago

sushantbs commented 7 years ago

Reusing the same CustomEvent object for multiple dispatchEvent calls only works for the first dispatch in Polymer 2. This is probably a CustomElements implementation detail.