pause
("pause", () => void): this;
Emitted when the video is paused.
Returns
this
Handler Function
When the pause
event is fired, attached handler functions are called with no arguments.
("pause", () => void): this;
Emitted when the video is paused.
this
When the pause
event is fired, attached handler functions are called with no arguments.