Skip to content
This repository was archived by the owner on Jun 9, 2019. It is now read-only.

EventTarget

mohayonao edited this page Jan 27, 2015 · 2 revisions

Object > EventTarget

Methods

  • addEventListener(type: string, listener: function, [useCapture: boolean]): void
  • removeEventListener(type: string, listener: function, [useCapture: boolean]): void
  • dispatchEvent(event: Event): boolean

References

Clone this wiki locally