Constructors

Properties

isBlocking: boolean = false
policy: default = ...
serverEndpoint: string
uploader: Uploader

Methods

  • Kick start non-blocking asynchronous internal loop to get and act on upload tasks.

    If a job is currently ongoing, this is a no-op.

    Parameters

    • getUploadTask: (() => UploadTask)

      A function that returns an UploadTask.

    • processUploadResponse: ((ping, result) => void)

      A function that processes an UploadResponse.

    Returns void

Generated using TypeDoc