PROGRESS constant
The PROGRESS event is fired periodically when a request receives more data.
Implementation
static const PROGRESS = AjaxRequestEventType._internal(
'progress',
'progress',
);
The PROGRESS event is fired periodically when a request receives more data.
static const PROGRESS = AjaxRequestEventType._internal(
'progress',
'progress',
);