ReadyState

From Get docs
< @angular/httpAngular/docs/7/api/http/readystate


ReadyState

enum deprecated

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

Deprecated: see https://angular.io/guide/http

enum ReadyState {
  Unsent
  Open
  HeadersReceived
  Loading
  Done
  Cancelled
}

Members

Member Description
Unsent
Open
HeadersReceived
Loading
Done
Cancelled


© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/http/ReadyState