SheetXL - v0.3.20
    Preparing search index...

    Variable requestTimeoutConst

    requestTimeout: (callback: Function, delay: number) => TimeoutID

    Create a throttler based on RAF.

    Type declaration

      • (callback: Function, delay: number): TimeoutID
      • Parameters

        • callback: Function

          The callback function

        • delay: number

          The delay

        Returns TimeoutID