Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
open class MutationObserver(callback: MutationCallback)

The MutationObserver interface provides the ability to watch for changes being made to the DOM tree. It is designed as a replacement for the older Mutation Events feature, which was part of the DOM3 Events specification.

Link copied to clipboard
Link copied to clipboard
open class MutationRecord

The MutationRecord is a read-only interface that represents an individual DOM mutation observed by a MutationObserver. It is the object inside the array passed to the callback of a MutationObserver.

Link copied to clipboard
sealed interface MutationRecordType