ShadowRoot: fullscreenElement 属性
fullscreenElement
是 ShadowRoot
接口的只读属性,它返回当前以全屏显示的阴影树中的元素。
值
当前以全屏模式显示的 Element
,如果不存在全屏元素则为 null
。
示例
js
let customElem = document.querySelector("my-shadow-dom-element");
let shadow = customElem.shadowRoot;
let fullscreenElem = shadow.fullscreenElement;
规范
规范 |
---|
全屏 API 标准 # ref-for-dom-document-fullscreenelement② |
浏览器兼容性
BCD 表格只在浏览器中加载