turbodombuilder - v0.9.58
    Preparing search index...

    Variable NonPassiveEventsConst

    NonPassiveEvents: readonly [
        "wheel",
        "touchstart",
        "touchmove",
        "touchend",
        "touchcancel",
        "pointerdown",
        "pointermove",
        "pointerup",
        "pointercancel",
    ] = ...

    Event types that should usually be registered as non-passive when you intend to call

    • preventDefault() (e.g., scroll/touch/pointer interactions).