Interface FetchInit

interface FetchInit {
    maxInboundStreams?: number;
    maxOutboundStreams?: number;
    protocolPrefix?: string;
    timeout?: number;
}

Properties

maxInboundStreams?: number
maxOutboundStreams?: number
protocolPrefix?: string
timeout?: number

How long we should wait for a remote peer to send any data