SongGuess
    Preparing search index...

    Interface EventTargetAddEventListenerOptions

    interface EventTargetAddEventListenerOptions {
        capture?: boolean;
        once?: boolean;
        passive?: boolean;
        signal?: AbortSignal;
    }
    Index

    Properties

    capture?: boolean
    once?: boolean
    passive?: boolean
    signal?: AbortSignal