ResponseOptionsArgs

ResponseOptionsArgs

Experimental Interface

Interface Overview

interface ResponseOptionsArgs {
  body : string|Object|FormData|ArrayBuffer|Blob
  status : number
  statusText : string
  headers : Headers
  type : ResponseType
  url : string
}

Interface Description

Interface for options to construct a Response, based on ResponseInit from the Fetch spec.

Interface Details

登录查看完整内容