On this page
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
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/http/ReadyState