Skip to content

1.1.6

Compare
Choose a tag to compare
@maxfierke maxfierke released this 28 Feb 02:17
· 525 commits to master since this release

Enhancements

  • Add support for waitForEvent helper on host objects supporting 'on' API. Previously, waitForEvent only supported DOM-like objects with addEventListener/removeEventListener or jQuery-like objects with one/off, but did not support those with just on/off. (#348. Fixes #164)