global library
Classes
- CloseEvent
- reference: https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent/CloseEvent
- CustomEvent
- reference: http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#interface-CustomEvent Attention: Detail now only can be a string.
- Event
- reference: https://developer.mozilla.org/zh-CN/docs/Web/API/Event
- EventListenerOptions
- EventTarget
- Global
- MessageEvent
- reference: https://developer.mozilla.org/en-US/docs/Web/API/MessageEvent
Enums
Constants
- EVENT_CANCEL → const String
- EVENT_CHANGE → const String
- EVENT_CLOSE → const String
- EVENT_ERROR → const String
- EVENT_FINISH → const String
- EVENT_LOAD → const String
- EVENT_MESSAGE → const String
- EVENT_OPEN → const String
- EVENT_STATE_CANCEL → const String
- EVENT_STATE_END → const String
- EVENT_STATE_START → const String
- EVENT_STATE_UPDATE → const String
- GLOBAL → const String
Typedefs
- EventHandler = void Function(Event event)