The PictureInPictureEvent interface represents picture-in-picture-related events, including enterpictureinpicture, leavepictureinpicture and resize.
PictureInPictureEvent()Creates a PictureInPictureEvent event with the given parameters.
This interface also inherits properties from its parent Event.
PictureInPictureEvent.pictureInPictureWindowReturns the PictureInPictureWindow the event relates to.
This interface also inherits methods from its parent Event.
Event base interface