Interface WaitForNetworkIdleN

Proceeds rendering by waiting until it internally detects a network idle event when there is no network activity after at least specified networkIdleDuration as well as at maximum of maxNumAllowedInflight inflight (outstanding) network requests.

Hierarchy

  • WaitForNetworkIdleN

Properties

maxNumAllowedInflight?: number

Maximum number of allowed inflight network requests to not invalidate network idle event

maxWaitTime?: number

Maximum wait time in milliseconds until it forces rendering. Default value is 10000 milliseconds

networkIdleDuration?: number

Duration of time in milliseconds to regard as network idle event

Generated using TypeDoc