Nude Element API Docs - v0.1.3
    Preparing search index...

    Class MutationObserver2

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    observations: WeakMap<Node, MutationObserverInit> = ...
    symbols: any = symbols

    Methods

    • The MutationObserver method disconnect() tells the observer to stop watching for mutations.

      MDN Reference

      Returns void

    • The MutationObserver method observe() configures the MutationObserver callback to begin receiving notifications of changes to the DOM that match the given options.

      MDN Reference

      Parameters

      • target: any
      • options: {} = {}

      Returns void

    • Parameters

      • records: any
      • that: any

      Returns any