dompatch
v0.0.1
Published
Patch the DOM in the most efficient way possible.
Downloads
5
Maintainers
Readme
dompatch
Patch the DOM in the most efficient way possible.
Usage
var html = '<h1>Hello, World</h1>';
var dom = new DOMParser().parseFromString(html, 'text/html');
dompatch(document, dom);