PlatformRequestOptions
此内容尚不支持你的语言。
Defined in: platform/types.ts:26
Properties
Section titled “Properties”
optionalbody?:string|ArrayBuffer
Defined in: platform/types.ts:29
headers?
Section titled “headers?”
optionalheaders?:Record<string,string>
Defined in: platform/types.ts:28
method?
Section titled “method?”
optionalmethod?:"GET"|"POST"|"PUT"|"DELETE"|"HEAD"|"OPTIONS"
Defined in: platform/types.ts:27
responseType?
Section titled “responseType?”
optionalresponseType?:"text"|"arraybuffer"|"json"
Defined in: platform/types.ts:30
timeout?
Section titled “timeout?”
optionaltimeout?:number
Defined in: platform/types.ts:31