1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
namespace="Event"
factoryFunction=toNewlyCreated
useNamespaceAsSuffix=false
Event
Events interfaceName=Event
HTMLEvents interfaceName=Event
AnimationPlaybackEvent
BackgroundFetchEvent conditional=SERVICE_WORKER
BackgroundFetchUpdateUIEvent conditional=SERVICE_WORKER
BeforeLoadEvent interfaceName=Event
BeforeUnloadEvent
BufferedChangeEvent conditional=MANAGED_MEDIA_SOURCE
ClipboardEvent
CloseEvent
CompositionEvent
CSSAnimationEvent
CSSTransitionEvent
CustomEvent
DragEvent
ExtendableEvent conditional=SERVICE_WORKER
ExtendableMessageEvent conditional=SERVICE_WORKER
ErrorEvent
FetchEvent conditional=SERVICE_WORKER
FocusEvent
FormDataEvent
HashChangeEvent
InputEvent
InputEvents interfaceName=InputEvent
KeyboardEvent
KeyboardEvents interfaceName=KeyboardEvent
MediaQueryListEvent
MessageEvent
MouseEvent
MouseEvents interfaceName=MouseEvent
MutationEvent
MutationEvents interfaceName=MutationEvent
OverflowEvent
PageTransitionEvent
PopStateEvent
ProgressEvent
PromiseRejectionEvent
PushEvent conditional=SERVICE_WORKER
PushSubscriptionChangeEvent conditional=SERVICE_WORKER
SubmitEvent
ToggleEvent
TextEvent
UIEvent
UIEvents interfaceName=UIEvent
WheelEvent
XMLHttpRequestProgressEvent
ApplePayCancelEvent conditional=APPLE_PAY
ApplePayCouponCodeChangedEvent conditional=APPLE_PAY_COUPON_CODE
ApplePayPaymentAuthorizedEvent conditional=APPLE_PAY
ApplePayPaymentMethodSelectedEvent conditional=APPLE_PAY
ApplePayShippingContactSelectedEvent conditional=APPLE_PAY
ApplePayShippingMethodSelectedEvent conditional=APPLE_PAY
ApplePayValidateMerchantEvent conditional=APPLE_PAY
AudioProcessingEvent conditional=WEB_AUDIO
BlobEvent conditional=MEDIA_RECORDER
OfflineAudioCompletionEvent conditional=WEB_AUDIO
MediaRecorderErrorEvent conditional=MEDIA_RECORDER
MediaStreamTrackEvent conditional=MEDIA_STREAM
MerchantValidationEvent conditional=PAYMENT_REQUEST
PaymentMethodChangeEvent conditional=PAYMENT_REQUEST
PaymentRequestUpdateEvent conditional=PAYMENT_REQUEST
RTCErrorEvent conditional=WEB_RTC
RTCPeerConnectionIceErrorEvent conditional=WEB_RTC
RTCPeerConnectionIceEvent conditional=WEB_RTC
RTCDataChannelEvent conditional=WEB_RTC
RTCDTMFToneChangeEvent conditional=WEB_RTC
RTCRtpSFrameTransformErrorEvent conditional=WEB_RTC
RTCTrackEvent conditional=WEB_RTC
RTCTransformEvent conditional=WEB_RTC
SpeechRecognitionErrorEvent
SpeechRecognitionEvent
SpeechSynthesisErrorEvent conditional=SPEECH_SYNTHESIS
SpeechSynthesisEvent conditional=SPEECH_SYNTHESIS
WebGLContextEvent conditional=WEBGL
StorageEvent
SVGEvents interfaceName=Event
IDBVersionChangeEvent
TouchEvent conditional=TOUCH_EVENTS
DeviceMotionEvent conditional=DEVICE_ORIENTATION
DeviceOrientationEvent conditional=DEVICE_ORIENTATION
OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS
WebKitMediaKeyMessageEvent conditional=LEGACY_ENCRYPTED_MEDIA
WebKitMediaKeyNeededEvent conditional=LEGACY_ENCRYPTED_MEDIA
TrackEvent conditional=VIDEO
SecurityPolicyViolationEvent
GestureEvent conditional=IOS_GESTURE_EVENTS|MAC_GESTURE_EVENTS
WebKitPlaybackTargetAvailabilityEvent conditional=WIRELESS_PLAYBACK_TARGET_AVAILABILITY_API
GamepadEvent conditional=GAMEPAD
OverconstrainedErrorEvent conditional=MEDIA_STREAM
MediaEncryptedEvent conditional=ENCRYPTED_MEDIA
MediaKeyMessageEvent conditional=ENCRYPTED_MEDIA
PointerEvent
PictureInPictureEvent conditional=PICTURE_IN_PICTURE_API
XRInputSourceEvent conditional=WEBXR
XRInputSourcesChangeEvent conditional=WEBXR
XRReferenceSpaceEvent conditional=WEBXR
XRSessionEvent conditional=WEBXR
NotificationEvent conditional=NOTIFICATION_EVENT
|