Event(this.type, [EventInit? init]) { init ??= EventInit(); bubbles = init.bubbles; cancelable = init.cancelable; }