On this page
ReadyState
enum
| npm Package | @angular/http | 
|---|---|
| Module | import { ReadyState } from '@angular/http'; | 
     
| Source | http/src/enums.ts | 
Overview
enum ReadyState {
  Unsent
  Open
  HeadersReceived
  Loading
  Done
  Cancelled
}
  Description
All possible states in which a connection can be, based on States from the XMLHttpRequest spec, but with an additional "CANCELLED" state.
Members
Unsent
  Open
  HeadersReceived
  Loading
  Done
  Cancelled
  © 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v4.angular.io/api/http/ReadyState