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.

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.

patch using the tree path traversal instead of node_idx