AjaxRequest

2020-10-09 14:08 更新
interface AjaxRequest {
      url?: string
      body?: any
      user?: string
      async?: boolean
      method?: string
      headers?: Object
      timeout?: number
      password?: string
      hasContent?: boolean
      crossDomain?: boolean
      withCredentials?: boolean
      createXHR?: () => XMLHttpRequest
      progressSubscriber?: Subscriber<any>
      responseType?: string
    }

物產(chǎn)

屬性 類型
網(wǎng)址 string
身體 any
用戶 string
異步的 boolean
方法 string
標(biāo)頭 Object
超時 number
密碼 string
hasContent boolean
跨域 boolean
withCredentials boolean
createXHR () => XMLHttpRequest
progressSubscriber Subscriber<any>
responseType string
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號