Skip to content

Instantly share code, notes, and snippets.

@cathyxz
Created October 1, 2018 20:27
Show Gist options
  • Save cathyxz/ff030c6243275238f7ab76932f866789 to your computer and use it in GitHub Desktop.
Save cathyxz/ff030c6243275238f7ab76932f866789 to your computer and use it in GitHub Desktop.
Lessons Learned on Testing Events

CreateCustomEvent events don't bubble by default. So if you listen to something on the window, and create a custom event to test it, you need to make sure that the event bubbles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment