Window:documentPictureInPicture 屬性

可用性有限

此特性不是基線特性,因為它在一些最廣泛使用的瀏覽器中不起作用。

實驗性: 這是一項實驗性技術
在生產中使用此技術之前,請仔細檢查瀏覽器相容性表格

安全上下文: 此功能僅在安全上下文(HTTPS)中可用,且支援此功能的瀏覽器數量有限。

Window 介面中只讀屬性 documentPictureInPicture 返回對當前文件上下文中 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

瀏覽器相容性

另見