PictureInPictureEvent()
The PictureInPictureEvent() constructor returns a newly created PictureInPictureEvent object with an optional EventTarget. When the event has both a source and a destination, the relatedTarget value must be set to the other target.
Syntax
var pictureInPictureEvent = new PictureInPictureEvent(typeArg[, pictureInPictureInit]);
Properties
The PictureInPictureEvent() constructor also inherits arguments from Event().
typeArg-
Is a
DOMStringrepresenting the name of the event. -
focusEventInitOptional -
Is a
PictureInPictureEventInitdictionary, having the following fields:-
"relatedTarget", optional and defaulting tonull, is anEventTarget.
-
Specifications
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
PictureInPictureEvent |
85
69-85
|
85
79-85
|
No |
No |
71
56-71
|
13.1 |
No |
No |
No |
No |
13.4 |
No |
See also
- The
PictureInPictureEventinterface it belongs to.
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PictureInPictureEvent/PictureInPictureEvent