EventTarget class abstract
- Implementers
- AbstractWorker
- AccessibleNode
- Animation
- ApplicationCache
- BackgroundFetchRegistration
- Clipboard
- EventSource
- FileReader
- FileWriter
- GlobalEventHandlers
- HttpRequestEventTarget
- MediaDevices
- MediaQueryList
- MediaRecorder
- MediaSource
- MediaStream
- MediaStreamTrack
- MessagePort
- NetworkInformation
- Node
- Notification
- OffscreenCanvas
- PaymentRequest
- Performance
- PermissionStatus
- PresentationAvailability
- PresentationConnection
- PresentationConnectionList
- PresentationRequest
- RemotePlayback
- RtcDataChannel
- RtcDtmfSender
- RtcPeerConnection
- ScreenOrientation
- ServiceWorker
- ServiceWorkerContainer
- ServiceWorkerRegistration
- SourceBuffer
- SpeechSynthesis
- SpeechSynthesisUtterance
- VisualViewport
- VR
- WebSocket
- Window
- WindowBase
- WindowEventHandlers
- Worker
- WorkerGlobalScope
- WorkerPerformance
Constructors
Properties
Methods
-
addEventListener(
String type, EventListener listener, [bool? useCapture]) → void -
dispatchEvent(
Event event) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeEventListener(
String type, EventListener listener, [bool? useCapture]) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited