UNSENT constant

AjaxRequestReadyState const UNSENT

Client has been created. XMLHttpRequest.open() not called yet.

Implementation

static const UNSENT = const AjaxRequestReadyState._internal(0);