This: ``` scala new org.scalajs.dom.Event ``` breaks FireFox with ``` TypeError: Not enough arguments to Event. ``` Spec shows it should be: https://developer.mozilla.org/en-US/docs/Web/API/Event/Event