UNSENT constant

AjaxRequestReadyState const UNSENT

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

Implementation

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