(type: string, bubbles?: boolean, cancelable?: boolean)
| 31 | this.notImplemented(); |
| 32 | } |
| 33 | initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void { |
| 34 | this.notImplemented(); |
| 35 | } |
| 36 | preventDefault(): void { |
| 37 | this.notImplemented(); |
| 38 | } |