[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/ShadowRoot/fullscreenElement [Back]  [Original]

ShadowRoot: fullscreenElement - Web API | MDN

MDN Web Docs

View in English Always switch to English

ShadowRoot: fullscreenElement

Want more browser support for this feature? Tell us why.

fullscreenElement ShadowRoot

Element null

js
let customElem = document.querySelector("my-shadow-dom-element");
let shadow = customElem.shadowRoot;
let fullscreenElem = shadow.fullscreenElement;

Fullscreen API
# ref-for-dom-document-fullscreenelement


Web Proxy Viewer  |  New URL  |  Original Page