web api interface
PictureInPictureEvent
The PictureInPictureEvent interface represents picture-in-picture-related events, including enterpictureinpicture, leavepictureinpicture and resize.
Constructor
PictureInPictureEvent()- : Creates a
PictureInPictureEventevent with the given parameters.
- : Creates a
Instance properties
This interface also inherits properties from its parent Event.
pictureInPictureWindow- : Returns the
PictureInPictureWindowthe event relates to.
- : Returns the
Instance methods
This interface also inherits methods from its parent Event.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- The
Eventbase interface