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
The issue is I'm not sure where it goes? Without it, I'm not sure how setting innerHTML on a <template> and thus how to get that when using cloneNode? 🤔
The text was updated successfully, but these errors were encountered:
Type of Change
Summary
Our current implementation for
HTMLTemplateElement
includes asetInnerHTML
method.But according to MDN, that doesn't seem correct.
Details
The issue is I'm not sure where it goes? Without it, I'm not sure how setting
innerHTML
on a<template>
and thus how to get that when usingcloneNode
? 🤔The text was updated successfully, but these errors were encountered: