Interface NetworkTransferEntry

Information about a completed content transfer.

interface NetworkTransferEntry {
    bytes: number;
    serviceId: null | string;
    time: number;
}

Properties

Properties

bytes: number

The content-length of the transfer.

serviceId: null | string

The id of the service, or null.

time: number

The number of seconds the content transfer took.