libp2p
    Preparing search index...

    Interface SendResult

    interface SendResult {
        canSendMore: boolean;
        sentBytes: number;
    }
    Index

    Properties

    canSendMore: boolean

    If the underlying resource can accept more data immediately. If true, sent must equal the .byteLength of the buffer passed to sendData.

    sentBytes: number

    The number of bytes from the passed buffer that were sent