Skip to content
SiteEmail

MutationRecord

Module: JavaScript DOM API

#include <MutationRecord.idl>

Name
readonly attribute DomStringtype
readonly attribute Nodetarget
readonly attribute NodeListaddedNodes
readonly attribute NodeListremovedNodes
readonly attribute NodepreviousSibling
readonly attribute NodenextSibling
readonly attribute DomStringattributeName
readonly attribute DomStringattributeNamespace
readonly attribute DomStringoldValue
readonly attribute DomString type;
readonly attribute Node target;
readonly attribute NodeList addedNodes;
readonly attribute NodeList removedNodes;
readonly attribute Node previousSibling;
readonly attribute Node nextSibling;
readonly attribute DomString attributeName;
readonly attribute DomString attributeNamespace;
readonly attribute DomString oldValue;