brows3r — TypeScript API
    Preparing search index...

    Function isTransferNotification

    • True when a notification was emitted by a transfer (download / upload) terminal-state event. The Notifications Center / bell chip filter these out — transfers have their own dedicated surface (Activity Center) so they don't double-surface as "alerts" in the bell.

      Parameters

      • n: {
            category: "userInitiated" | "background";
            details: unknown;
            id: string;
            message: string;
            operation: string | null;
            resource: string | null;
            severity: "info" | "warning" | "error" | "success";
            timestamp: number;
            title: string;
        }

      Returns boolean