Interface: RequestOptions
fetch/src.RequestOptions
Hierarchy
Omit
<RequestInit
,"body"
>↳
RequestOptions
Properties
body
• Optional
body: BodyInit
| Record
<any
, any
>
Defined in
projects/utilities/packages/fetch/src/lib/types.ts:267
cache
• Optional
cache: RequestCache
Inherited from
Omit.cache
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1547
credentials
• Optional
credentials: RequestCredentials
Inherited from
Omit.credentials
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1549
headers
• Optional
headers: HeadersInit
Inherited from
Omit.headers
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1551
integrity
• Optional
integrity: string
Inherited from
Omit.integrity
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1553
keepalive
• Optional
keepalive: boolean
Inherited from
Omit.keepalive
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1555
method
• Optional
method: string
Inherited from
Omit.method
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1557
mode
• Optional
mode: RequestMode
Inherited from
Omit.mode
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1559
redirect
• Optional
redirect: RequestRedirect
Inherited from
Omit.redirect
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1561
referrer
• Optional
referrer: string
Inherited from
Omit.referrer
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1563
referrerPolicy
• Optional
referrerPolicy: ReferrerPolicy
Inherited from
Omit.referrerPolicy
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1565
signal
• Optional
signal: null
| AbortSignal
Inherited from
Omit.signal
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1567
window
• Optional
window: null
Inherited from
Omit.window
Defined in
node_modules/typescript/lib/lib.dom.d.ts:1569