HTMLTemplateElement: shadowRootSerializable property
The shadowRootSerializable
property reflects the value of the shadowrootserializable
attribute of the associated <template>
element.
Note that this property is not useful for developers.
If a <template>
element is used to declaratively create a ShadowRoot
, then this object and property do not exist.
Otherwise, if an HTMLTemplateElement
is created, the value of this property is irrelevant because the object is not a shadow root and cannot subsequently be changed to a shadow root.
Value
Reflects the value of the shadowrootserializable
attribute of the associated <template>
element.
Specifications
Specification |
---|
HTML # dom-template-shadowrootserializable |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
shadowRootSerializable |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
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.
See also
shadowrootserializable
attribute of the<template>
elementShadowRoot.serializable