Every line of 'mutationrecord' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
64 function MutationRecord(type, target) { 65 this.type = type; 66 this.target = target; 67 this.addedNodes = new wrappers.NodeList(); 68 this.removedNodes = new wrappers.NodeList(); 69 this.previousSibling = null; 70 this.nextSibling = null; 71 this.attributeName = null; 72 this.attributeNamespace = null; 73 this.oldValue = null; 74 }
Secure your code as it's written. Use Snyk Code to scan source code in minutes – no build needed – and fix issues immediately. Enable Snyk Code