implicit final class SaferMutationRecord extends AnyVal
- See also
https://www.w3.org/TR/dom/#mutationrecord
https://dom.spec.whatwg.org/#mutationrecord
- Alphabetic
- By Inheritance
- SaferMutationRecord
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SaferMutationRecord(value: raw.MutationRecord)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
attributeName: Option[String]
Returns the local name of the changed attribute, or null.
Returns the local name of the changed attribute, or null.
MDN
-
def
attributeNamespace: Option[String]
Returns the namespace of the changed attribute, or null.
Returns the namespace of the changed attribute, or null.
MDN
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
nextSibling: Option[raw.Node]
Return the next sibling of the added or removed nodes, or null.
Return the next sibling of the added or removed nodes, or null.
MDN
-
def
oldValue: Option[String]
The return value depends on the type.
The return value depends on the type. For attributes, it is the value of the changed attribute before the change. For characterData, it is the data of the changed node before the change. For childList, it is null.
MDN
-
def
previousSibling: Option[raw.Node]
Return the previous sibling of the added or removed nodes, or null.
Return the previous sibling of the added or removed nodes, or null.
MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: raw.MutationRecord