Xivgear Types Documentation
    Preparing search index...
    interface VersionPollerConfig {
        fetchFn: (url: URL) => Promise<Response>;
        getCurrentDocument: () => Document;
        getRemoteUrl: () => URL;
        intervalMs: number;
        onDetected: () => void;
        requiredConsecutiveChanges: number;
    }
    Index

    Properties

    fetchFn: (url: URL) => Promise<Response>
    getCurrentDocument: () => Document
    getRemoteUrl: () => URL
    intervalMs: number
    onDetected: () => void
    requiredConsecutiveChanges: number