Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AjaxFetcherResponse<T>

Type parameters

  • T

Hierarchy

  • AjaxResponse
    • AjaxFetcherResponse

Index

Constructors

constructor

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

Properties

originalEvent

originalEvent: Event

request

request: AjaxRequest

response

response: FetcherData<T>

responseText

responseText: string

responseType

responseType: string

status

status: number

xhr

xhr: XMLHttpRequest

Generated using TypeDoc