跳转到内容

PlatformRequestOptions

此内容尚不支持你的语言。

Defined in: platform/types.ts:28

optional body?: string | ArrayBuffer

Defined in: platform/types.ts:31


optional headers?: Record<string, string>

Defined in: platform/types.ts:30


optional method?: "GET" | "POST" | "PUT" | "DELETE" | "HEAD" | "OPTIONS"

Defined in: platform/types.ts:29


optional responseType?: "json" | "text" | "arraybuffer"

Defined in: platform/types.ts:32


optional timeout?: number

Defined in: platform/types.ts:33