Module sauron::apply_patches[][src]

Expand description

provides functionalities related to patching the DOM in the browser.

Functions

Apply all of the patches to our old root node in order to create the new root node that we desire. This is usually used after diffing two virtual nodes.