Trait script::dom::bindings::codegen::Bindings::MutationObserverBinding::MutationObserverBinding::MutationObserverMethods
source · pub trait MutationObserverMethods {
fn Observe(
&self,
target: &Node,
options: &MutationObserverInit
) -> Result<(), Error>;
fn Disconnect(&self);
fn TakeRecords(&self) -> Vec<Root<Dom<MutationRecord>>> ⓘ;
}