package js.html
Available on jsA
MutationRecordrepresents an individual DOM mutation. It is the object that is passed toMutationObserver's callback.Documentation MutationRecord by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only addedNodes:NodeListread only attributeName:Stringread only attributeNamespace:Stringread only nextSibling:Noderead only oldValue:Stringread only previousSibling:Noderead only removedNodes:NodeListread only target:Noderead only type:String
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/MutationRecord.html