@bitbeater/ecma-utils - v2.11.0
    Preparing search index...

    Type Alias RetryCallBack

    RetryCallBack: (retryParams: OnRetryParams) => true | void

    RetryCallBack is a callback function that is called just before a retry is attempted.

    Type Declaration

      • (retryParams: OnRetryParams): true | void
      • Parameters

        Returns true | void

        boolean - return true to abort the retry.