Draft
This page is not complete.
Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
The Element.openOrCloseShadowRoot
read-only property represents the shadow root hosted by the element, regardless if its mode
is open
or closed
. Use Element.attachShadow()
to add a shadow root to an existing element.
var shadowroot = element.shadowRoot;
A ShadowRoot
object instance, regardless if its mode
is set to open
or closed
, or null
if no shadow root is present. (See Element.attachShadow()
for further details).
This property is not part of any specification.
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | No | No | 63
|
No | No | No |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | No | No | No | 63
|
No | No | No |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/element/openOrClosedShadowRoot