Remix Utils - v9.0.0
    Preparing search index...

    Interface EventSourceOptions

    interface EventSourceOptions {
        enabled?: boolean;
        event?: string;
        init?: EventSourceInit;
    }
    Index

    Properties

    Properties

    enabled?: boolean
    event?: string
    init?: EventSourceInit