Help Angular by taking a 1 minute survey!Go to surveyHome

Connection

Abstract class from which real connections are derived.

Deprecated: see https://angular.io/guide/http

      
      abstract class Connection {
  readyState: ReadyState
  request: Request
  response: any
}
    

Properties

Property Description
readyState: ReadyState
request: Request
response: any