[Exposed=*]
interface Event {
  constructor(DOMString type);
};