IDLeDOM
DOM interfaces automatically generated from WebIDL
Loading...
Searching...
No Matches
Wikimedia\IDLeDOM\MutationObserver Interface Reference

MutationObserver. More...

Public Member Functions

void observe ($target, $options=null)
 
void disconnect ()
 
list< MutationRecordtakeRecords ()
 

Detailed Description

MutationObserver.

See also
https://dom.spec.whatwg.org/#interface-mutationobserver

-forbid-undeclared-magic-properties

Member Function Documentation

◆ disconnect()

void Wikimedia\IDLeDOM\MutationObserver::disconnect ( )
Returns
void

◆ observe()

void Wikimedia\IDLeDOM\MutationObserver::observe ( $target,
$options = null )
Parameters
Node$target
MutationObserverInit | associative-array | null$options
Returns
void

◆ takeRecords()

list< MutationRecord > Wikimedia\IDLeDOM\MutationObserver::takeRecords ( )
Returns
list<MutationRecord>

The documentation for this interface was generated from the following file: