DOM mutations refer to changes made to the DOM (Document Object Model) tree structure. This includes adding, removing, and modifying nodes. For example, a form submission may add a new node to the DOM tree containing information about the submission. Similarly, when a user deletes a node from the DOM tree, the DOM mutation reflects the change by removing the node.