Skip to content

Instantly share code, notes, and snippets.

@dzenzes
Created October 16, 2018 06:20
Show Gist options
  • Save dzenzes/1b6fad9ff42da62003a6686be73b1127 to your computer and use it in GitHub Desktop.
Save dzenzes/1b6fad9ff42da62003a6686be73b1127 to your computer and use it in GitHub Desktop.
if ("content" in document.createElement("template")) {
// (1) the magic is gonna happen here
} else {
document.body.appendChild(
document.createTextNode("HTML templates are not supported") // (2)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment