Interface: FetchResponse

统一响应结构。 Unified response payload.

Indexable

[key: string]: unknown

Properties

body?

optional body?: string | ArrayBuffer


bodyBytes?

optional bodyBytes?: ArrayBuffer


headers?

optional headers?: Record<string, unknown>


ok

ok: boolean


status

status: number


statusCode?

optional statusCode?: number


statusText?

optional statusText?: string