Type alias IPreloadProgress

IPreloadProgress: ((current, total) => any)

每秒回调一次

Type declaration

    • (current, total): any
    • Parameters

      • current: number
      • total: number

      Returns any

Generated using TypeDoc