Skip to content

Instantly share code, notes, and snippets.

@radzev1ch
Created April 7, 2017 14:46
Show Gist options
  • Select an option

  • Save radzev1ch/a55ffc82a8a426843a2168183bf01130 to your computer and use it in GitHub Desktop.

Select an option

Save radzev1ch/a55ffc82a8a426843a2168183bf01130 to your computer and use it in GitHub Desktop.
document implementation
var doc = document.implementation.createHTMLDocument();
doc.documentElement.innerHTML = response;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment