Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AjaxResponsePro<T>

Type parameters

  • T

Hierarchy

  • AjaxResponse
    • AjaxResponsePro

Index

Constructors

constructor

  • new AjaxResponsePro(originalEvent: Event, xhr: XMLHttpRequest, request: AjaxRequest): AjaxResponsePro

Properties

originalEvent

originalEvent: Event

request

request: AjaxRequest

response

response: T

responseText

responseText: string

responseType

responseType: string

status

status: number

xhr

xhr: XMLHttpRequest

Generated using TypeDoc