UploadProgress

external interface UploadProgress(source)

Properties

Link copied to clipboard
abstract var active: Boolean

Whether the request is currently active. If this is false no other properties will be set

Link copied to clipboard
abstract var current: Double

The number of bytes that have been uploaded so far

Link copied to clipboard
abstract var started: Boolean

Whether the upload has started. If this is false both current and total will be set to 0.

Link copied to clipboard
abstract var total: Double

The number of bytes that will be uploaded this request