Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AjaxResponse<D>

Type parameters

  • D

Hierarchy

  • AjaxResponse

Implemented by

Index

Properties

Optional allowedMethods

allowedMethods: string

Optional allowedOrigin

allowedOrigin: string

Optional data

data: D

Optional error

error: Error

headers

headers: Props<string>

Optional responseType

responseType: string

Optional responseURL

responseURL: string

status

status: number

statusText

statusText: string

xhr

xhr: XMLHttpRequest

Generated using TypeDoc