Vinyl
    Preparing search index...

    Interface DomEventListenerOptions

    Event listener options for DOM events.

    Note: signal not supported, use abort utilities.

    interface DomEventListenerOptions {
        once?: boolean;
    }

    Hierarchy (View Summary)

    • SignalOptions
    • Omit<AddEventListenerOptions, "signal">
      • DomEventListenerOptions
    Index

    Properties

    Properties

    once?: boolean

    If true, removes the handler after the first invocation.