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
Please login to continue.