supervision-js
    Preparing search index...

    Interface DetectionFrameSourceChanges

    Incremental source changes since a previously observed source version.

    requiresReload is true when the source can no longer describe every intervening change (for example after replacement, clearing, or journal compaction). Buffered timelines then reload their complete hot window.

    interface DetectionFrameSourceChanges {
        version: number;
        ranges: readonly DetectionFrameSourceVersionRange[];
        requiresReload: boolean;
    }
    Index
    version: number
    requiresReload: boolean