Stef Hock
Stef Hock
env.rhino.js is part of env.js. EnvJS is used to emulate a headless browser to be used in eg nodejs or rhino. Ample is included same way as you would include...
Implemented this in a different repository and used morphdom via browserify to create a benchmark. Using TreeWalker 100 iterations: 3.8ms avg, Using Morphdom : 4.7ms avg on my local machine....
Read the comparison. I did two comparisons: eg: isEqualNode and also a stringdiff on outerHTML and both failed. That suspects me that the DOM outcome is actually different because i...
new XMLSerializer().serializeToString(element) also fails on comparison
Thnx for the feedback will try later on