You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the content of `<template>` elements was not exposed in
any way. As their content should not be part of the actual document,
but instead their own fragment, a new `content` property on elements
is introduced to house a `root` node representing the template’s
content.
0 commit comments