disablePictureInPicture property
The HTMLVideoElement disablePictureInPicture property reflects the
HTML attribute indicating whether the picture-in-picture feature is
disabled for the current element.
Implementation
external bool get disablePictureInPicture;
Implementation
external set disablePictureInPicture(bool value);