HEADERS_RECEIVED constant
AjaxRequestReadyState
const HEADERS_RECEIVED
XMLHttpRequest.send()
has been called, and AjaxRequest.headers and AjaxRequest.status are available.
Implementation
static const HEADERS_RECEIVED = AjaxRequestReadyState._internal(2, 2);