Interface ClientEventMap

Client events.

interface ClientEventMap {
    uploadprogress: UploadProgressEvent;
}

Properties

Properties

uploadprogress: UploadProgressEvent

An event measuring progress of an file uploading process.