Skip to content

Instantly share code, notes, and snippets.

@rasy-js
Created April 7, 2017 14:46
Show Gist options
  • Save rasy-js/a55ffc82a8a426843a2168183bf01130 to your computer and use it in GitHub Desktop.
Save rasy-js/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