export enum 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
Unsent
Not Yet Documented
Open
Open
Not Yet Documented
HeadersReceived
HeadersReceived
Not Yet Documented
Loading
Loading
Not Yet Documented
Done
Done
Not Yet Documented
Cancelled
Cancelled
Not Yet Documented