Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestOptions

Hierarchy

  • RequestOptions

Index

Properties

Optional accepts

accepts: object

Type declaration

  • [key: string]: string

Optional async

async: boolean

Optional cache

cache: boolean

Optional contentType

contentType: string

Optional context

context: any

Optional crossDomain

crossDomain: boolean

Optional data

data: any

Optional dataType

dataType: string

Optional headers

headers: object

Type declaration

  • [key: string]: string

Optional jsonp

jsonp: string | boolean

Optional jsonpCallback

jsonpCallback: string

Optional mimeType

mimeType: string

Optional processData

processData: boolean

Optional timeout

timeout: number

Optional traditional

traditional: boolean

Optional type

type: string

url

url: string

Optional xhr

xhr: function

Type declaration

    • (): XMLHttpRequest
    • Returns XMLHttpRequest