brows3r — TypeScript API
    Preparing search index...

    Interface SectionResultDeferred

    Intentionally absent in v1 (design non-goal).

    interface SectionResultDeferred {
        kind: "deferred";
        reason: string;
    }
    Index

    Properties

    Properties

    kind: "deferred"
    reason: string