Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXHRCtorOption

Hierarchy

  • IXHRCtorOption

Index

Properties

Optional async

async: boolean

content_type

content_type: "application/x-www-form-urlencoded" | "application/json" | ""

Optional data

data: any

Optional error_scope

error_scope: any

requestheaders

requestheaders: any[]

response_type

response_type: "json" | "blob" | "document" | "text" | "arraybuffer" | ""

Optional scope

scope: any

Optional success_scope

success_scope: any

Optional type

type: "POST" | "GET"

url

url: string

Generated using TypeDoc