Loom Engine - v0.10.1
    Preparing search index...

    Interface SSEDirectorBridgeOptions

    interface SSEDirectorBridgeOptions {
        baseUrl: string;
        characterId: string;
        fps?: number;
        dropP2?: boolean;
        eventSourceFactory?: (url: string) => EventSource;
        initialLastEventId?: number;
    }
    Index

    Properties

    baseUrl: string
    characterId: string
    fps?: number
    dropP2?: boolean
    eventSourceFactory?: (url: string) => EventSource
    initialLastEventId?: number