@deprecated("all members of MutationObserverInit are deprecated", "2.0.0")
object MutationObserverInit
Factory for MutationObserverInit objects.
- Companion:
- class
- Deprecated
Value members
Deprecated methods
@deprecated("use `new MutationObserverInit { ... }` instead", "2.0.0")
def apply(childList: Boolean, attributes: Boolean, characterData: Boolean, subtree: Boolean, attributeOldValue: Boolean, characterDataOldValue: Boolean, attributeFilter: UndefOr[Array[String]]): MutationObserverInit
Creates a new MutationObserverInit object with the given values. Default values for the Boolean
parameters
are false
. If the value of attributeFilter
is js.undefined
, created object won't have attributeFilter
property.
Creates a new MutationObserverInit object with the given values. Default values for the Boolean
parameters
are false
. If the value of attributeFilter
is js.undefined
, created object won't have attributeFilter
property.
- Deprecated