Interface | Description |
---|---|
AnimationEvent | |
BeforeLoadEvent | |
CloseEvent |
A
CloseEvent is sent to clients using WebSockets when the connection is closed. |
CompositionEvent |
dom/interfaces/events/nsIDOMCompositionEvent.idl ScriptableAn event interface for composition events1.011.0IntroducedGecko 9.0
Inherits from:
nsIDOMUIEvent
Last changed in Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6)
|
CustomEvent |
The DOM
CustomEvent are events initialized by an application for any purpose. |
ErrorEvent | |
Event |
This chapter describes the DOM Event Model.
|
EventException | |
EventListener | |
EventRemover | |
EventTarget |
An
EventTarget is a DOM interface implemented by objects that can receive DOM events and have listeners for them. |
HashChangeEvent | |
KeyboardEvent |
|
KeyboardEvent.KeyCode |
Defines the expected key codes returned by
KeyboardEvent.getKeyCode() . |
KeyboardEvent.KeyLocation |
Defines the standard key locations returned by
KeyboardEvent.getKeyLocation() . |
KeyboardEvent.KeyName |
Defines the standard keyboard identifier names for keys that are returned
by
#getKeyboardIdentifier when the key does not have a direct
unicode mapping. |
MediaStreamEvent | |
MessageChannel | |
MessageEvent |
DRAFT
This page is not complete.
|
MessagePort |
dom/interfaces/threads/nsIDOMWorkers.idl ScriptableThis interface represents a worker thread's message port, which is used to allow the worker to post messages back to its creator.1.011.0IntroducedGecko 1.9.1
Inherits from:
nsISupports
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
|
MouseEvent |
The DOM
MouseEvent represents events that occur due to the user interacting with a pointing device (such as a mouse). |
MouseEvent.Button |
Contains the set of standard values returned by
#button . |
MutationEvent | |
OverflowEvent | |
PageTransitionEvent | |
PopStateEvent | |
ProgressEvent |
dom/interfaces/events/nsIDOMProgressEvent.idl ScriptableThis interface represents the events sent with progress information while uploading data using the XMLHttpRequest object.1.011.0IntroducedGecko 1.9.1
Inherits from:
nsIDOMEvent
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
|
SpeechRecognitionEvent | |
TextEvent | |
Touch |
A
Touch object represents a single point of contact between the user and a touch-sensitive interface device (which may be, for example, a touchscreen or a trackpad). |
TouchEvent |
A
TouchEvent represents an event sent when the state of contacts with a touch-sensitive surface changes. |
TouchList |
A
TouchList represents a list of all of the points of contact with a touch surface; for example, if the user has three fingers on the screen (or trackpad), the corresponding TouchList would have one Touch
object for each finger, for a total of three entries. |
TransitionEvent | |
UIEvent |
dom/interfaces/events/nsIDOMUIEvent.idl ScriptableA basic event interface for all user interface events1.011.0
Inherits from:
nsIDOMEvent
Last changed in Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6)
|
WheelEvent | |
XMLHttpRequestProgressEvent |
Copyright © 2018. All rights reserved.