Interface IAJAXResponse

AJAX 请求响应。

Hierarchy

  • IAJAXResponse

Implemented by

Properties

Properties

data?: unknown

请求响应的数据。

options: IAJAXOptions

发送请求的选项。

xhr: XMLHttpRequest

用于发送请求的 XMLHttpRequest 对象。

Generated using TypeDoc