ReadyState

Experimental Enum

Class Overview

1
2
3
4
5
6
7
8
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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.