libp2p
    Preparing search index...

    Interface PerfOutput

    interface PerfOutput {
        downloadBytes: number;
        timeSeconds: number;
        type: "stream" | "intermediary" | "connection" | "final";
        uploadBytes: number;
    }
    Index

    Properties

    downloadBytes: number
    timeSeconds: number
    type: "stream" | "intermediary" | "connection" | "final"
    uploadBytes: number