ReadyState

enum deprecated

npm Package @angular/http
Module import { ReadyState } from '@angular/http';
Source http/src/enums.ts

Deprecation Notes

use @angular/common/http instead

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–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/http/ReadyState