JSONPConnectionlink
Base class for an in-flight JSONP request.
弃用说明
属性
属性名 | 类型 | 说明 |
---|---|---|
readyState | The | |
request | The outgoing HTTP request. | |
response | An observable that completes with the response, when the request is finished. |
方法
Callback called when the JSONP request completes, to notify the application of the new data. | ||
参数
|