Skip to content

Instantly share code, notes, and snippets.

@maury91
Last active February 10, 2019 10:26
Show Gist options
  • Save maury91/836cdeb0e1699d046dc643d9129e3529 to your computer and use it in GitHub Desktop.
Save maury91/836cdeb0e1699d046dc643d9129e3529 to your computer and use it in GitHub Desktop.
if (elem instanceof Text) {
return elem.textContent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment