Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
open external class CustomEvent<out D>(val type: EventType<CustomEvent<D>>, init: CustomEventInit<D> = definedExternally) : Event
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class EventInstance<out E : Event, out C : EventTarget, out T : EventTarget>(target: C, type: EventType<E>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open external class ProgressEvent(val type: EventType<ProgressEvent>, init: ProgressEventInit = definedExternally) : Event
Events measuring progress of an underlying process, like an HTTP request (for an XMLHttpRequest, or the loading of the underlying resource of an ,