kinetex - v1.0.0-rc.1
    Preparing search index...

    Function withBlobUploadProgress

    • Wrap a Blob/File for upload with progress tracking.

      Parameters

      • blob: Blob

        The Blob or File to upload.

      • options: ProgressOptions = {}

        Progress options (onProgress, throttle, signal, etc.).

      Returns WithUploadProgressResult

      An object with a tracked stream and the underlying tracker.