- Preparing search index...
- The search index is not available
libpag
- addListener(node: HTMLVideoElement, event: keyof HTMLVideoElementEventMap, handler: ((this: HTMLVideoElement, ev: Event | ProgressEvent<EventTarget> | ClipboardEvent | MediaEncryptedEvent | UIEvent | AnimationEvent | MouseEvent | InputEvent | FocusEvent | CompositionEvent | DragEvent | ErrorEvent | FormDataEvent | PointerEvent | KeyboardEvent | SecurityPolicyViolationEvent | SubmitEvent | TouchEvent | TransitionEvent | WheelEvent) => any), capture?: boolean): void
-
Parameters
-
node: HTMLVideoElement
-
event: keyof HTMLVideoElementEventMap
-
handler: ((this: HTMLVideoElement, ev: Event | ProgressEvent<EventTarget> | ClipboardEvent | MediaEncryptedEvent | UIEvent | AnimationEvent | MouseEvent | InputEvent | FocusEvent | CompositionEvent | DragEvent | ErrorEvent | FormDataEvent | PointerEvent | KeyboardEvent | SecurityPolicyViolationEvent | SubmitEvent | TouchEvent | TransitionEvent | WheelEvent) => any)
-
- (this: HTMLVideoElement, ev: Event | ProgressEvent<EventTarget> | ClipboardEvent | MediaEncryptedEvent | UIEvent | AnimationEvent | MouseEvent | InputEvent | FocusEvent | CompositionEvent | DragEvent | ErrorEvent | FormDataEvent | PointerEvent | KeyboardEvent | SecurityPolicyViolationEvent | SubmitEvent | TouchEvent | TransitionEvent | WheelEvent): any
-
Parameters
-
this: HTMLVideoElement
-
ev: Event | ProgressEvent<EventTarget> | ClipboardEvent | MediaEncryptedEvent | UIEvent | AnimationEvent | MouseEvent | InputEvent | FocusEvent | CompositionEvent | DragEvent | ErrorEvent | FormDataEvent | PointerEvent | KeyboardEvent | SecurityPolicyViolationEvent | SubmitEvent | TouchEvent | TransitionEvent | WheelEvent
Returns any
-
capture: boolean = false
Returns void