UNSENT constant
AjaxRequestReadyState
const UNSENT
Client has been created. XMLHttpRequest.open()
not called yet.
Implementation
static const UNSENT = AjaxRequestReadyState._internal(0, 0);
Client has been created. XMLHttpRequest.open()
not called yet.
static const UNSENT = AjaxRequestReadyState._internal(0, 0);