brows3r — TypeScript API
    Preparing search index...
    interface UseObjectHeadResult {
        data: ObjectHead | undefined;
        dataUpdatedAt: number;
        isError: boolean;
        isGated: boolean;
        isLoading: boolean;
    }
    Index

    Properties

    data: ObjectHead | undefined
    dataUpdatedAt: number

    Unix ms timestamp of when the data was last fetched from S3. 0 when no fetch has completed yet. Used by the status bar to render a "fetched Xs ago" indicator so the user knows the head may be stale.

    isError: boolean
    isGated: boolean

    true when the profile has not been validated — query is suppressed.

    isLoading: boolean