Package-level declarations
Types
Link copied to clipboard
open class PictureInPictureEvent(val type: EventType<PictureInPictureEvent>, init: PictureInPictureEventInit) : Event
The PictureInPictureEvent
interface represents picture-in-picture-related events, including HTMLVideoElement/enterpictureinpicture_event, HTMLVideoElement/leavepictureinpicture_event and PictureInPictureWindow/resize_event.
Link copied to clipboard
Link copied to clipboard
The PictureInPictureWindow
interface represents an object able to programmatically obtain the width
and height
and resize event
of the floating video window.