Haxe API Documentation
Back | Index
extern class js.html.MutationObserver
Available in js
function new(?arg0 : Dynamic) : Void
function disconnect() : Void
function observe(target : Node, options : Dynamic) : Void
function takeRecords() : Array<MutationRecord>
Back | Index