ShadowRoot: pictureInPictureElement プロパティ
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
pictureInPictureElement
は ShadowRoot
インターフェイスの読み取り専用プロパティで、このシャドウツリー内で現在、ピクチャインピクチャモードで表示されている要素 (Element
) を返します。現在、ピクチャインピクチャモードが使用されていない場合は null
を返します。
値
現在ピクチャインピクチャモードになっている Element
オブジェクトへの参照、またはピクチャインピクチャモードが現在シャドウツリーで使われていない場合は null
が返されます。
例
js
let customElem = document.querySelector("my-shadow-dom-element");
let shadow = customElem.shadowRoot;
let pipElem = shadow.pictureInPictureElement;
仕様書
Specification |
---|
Picture-in-Picture # ref-for-dom-documentorshadowroot-pictureinpictureelement①⑤ |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
pictureInPictureElement |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- See implementation notes.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.