Abstract
Abstract MutionObserver Class, to hadle all code common for all types of Mutation Observers
Getter for handlers
AbstractEvent
Getter for observerOptions
AbstractObserver
Getter for observerTarget
Method to add a new handler
Method to check if the Array has handlers
{boolean}
Method to remove a given handler
Method to trigger ahh handlers on the Array
Optional
Rest
Protected
Method to remove an Observer
Method to add a new MutationObserver
AbstractMutationObserver
Mandatory implementation for the observer handler
Abstract MutionObserver Class, to hadle all code common for all types of Mutation Observers
Export
Abstract
Implements