brows3r — TypeScript API
    Preparing search index...

    Interface SectionResultUnsupported

    The provider does not implement this API.

    interface SectionResultUnsupported {
        kind: "unsupported";
        reason: string;
    }
    Index

    Properties

    Properties

    kind: "unsupported"
    reason: string