This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
The innerHTML
property of the ShadowRoot
interface sets or returns the DOM tree inside the ShadowRoot
.
Syntax
var domString = shadowRoot.innerHTML shadowRoot.innerHTML = domString
Value
A DOMString
.
Specifications
This property is not defined by any specifications yet; see this open spec issue to specify it.
Browser compatibility
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|---|
Basic support | 53 | ? | ? | ? | 40 | 10 |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | 53 | ? | ? | ? | 40 | 10.1 |