Window: documentPictureInPicture 属性

有限可用性

此功能不是基线,因为它在一些最常用的浏览器中无法正常工作。

实验性: 这是一个 实验性技术
在生产环境中使用此功能之前,请仔细查看 浏览器兼容性表

安全上下文: 此功能仅在 安全上下文 (HTTPS) 中可用,在某些或所有 支持的浏览器 中可用。

documentPictureInPictureWindow 接口的只读属性,它返回当前文档上下文的 DocumentPictureInPicture 对象的引用。

一个 DocumentPictureInPicture 对象实例。

示例

js
const videoPlayer = document.getElementById("player");

// ...

// Open a Picture-in-Picture window.
await window.documentPictureInPicture.requestWindow({
  width: videoPlayer.clientWidth,
  height: videoPlayer.clientHeight,
});

// ...

规范

规范
文档画中画
# dom-window-documentpictureinpicture

浏览器兼容性

BCD 表格仅在启用了 JavaScript 的浏览器中加载。

另请参阅