Developers
TypeDoc Reference
@nymproject/mix-fetch
Interfaces
MixFetchWebWorkerResponse

@nymproject/mix-fetchDocs


@nymproject/mix-fetch / MixFetchWebWorkerResponse

Interface: MixFetchWebWorkerResponse

Properties

body

body: ResponseBody

Source

types.ts:90 (opens in a new tab)


url

url: string

Source

types.ts:91 (opens in a new tab)


headers

headers: any

Source

types.ts:92 (opens in a new tab)


status

status: number

Source

types.ts:93 (opens in a new tab)


statusText

statusText: string

Source

types.ts:94 (opens in a new tab)


type

type: string

Source

types.ts:95 (opens in a new tab)


ok

ok: boolean

Source

types.ts:96 (opens in a new tab)


redirected

redirected: boolean

Source

types.ts:97 (opens in a new tab)