package js.html
Available on js
MutationObserverprovides developers a way to react to changes in a DOM. It is designed as a replacement for Mutation Events defined in the DOM3 Events specification.Documentation MutationObserver by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
new (mutationCallback:Array<MutationRecord> ‑> MutationObserver ‑> Void)Throws:
null |
DOMError |
|---|
disconnect ():Voidobserve (target:Node, ?options:MutationObserverInit):VoidThrows:
null |
DOMError |
|---|
takeRecords ():Array<MutationRecord>
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/MutationObserver.html