ReadyState

export enum ReadyState

exported from angular2/http defined in angular2/src/http/enums.ts (line 14)

All possible states in which a connection can be, based on States from the XMLHttpRequest spec, but with an additional "CANCELLED" state.

Members

Unsent

Not Yet Documented

Open

Not Yet Documented

HeadersReceived

Not Yet Documented

Loading

Not Yet Documented

Done

Not Yet Documented

Cancelled

Not Yet Documented