ReadyState

Experimental Enum

Class Overview

class ReadyState {
  Unsent 
  Open 
  HeadersReceived 
  Loading 
  Done 
  Cancelled 
}

Class Description

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

Class Details

Unsent
Open
HeadersReceived
Loading
Done
Cancelled

exported from @angular/http/index, defined in @angular/http/src/enums.ts

doc_Angular
2016-10-06 09:46:53
Comments
Leave a Comment

Please login to continue.