dictionary EventInit {
  boolean bubbles = false;
  boolean cancelable = false;
};