LOADING constant

AjaxRequestReadyState const LOADING

Downloading; AjaxRequest.responseText holds partial data.

Implementation

static const LOADING = AjaxRequestReadyState._internal(3, 3);