ProviderRequestContext
Defined in: packages/core/src/provider.ts:30
Per-operation transport context passed to provider calls.
Providers that use fetch should forward signal unchanged to the
underlying request and prefer fetch over the runtime global when supplied.
Properties
섹션 제목: “Properties”fetch?
섹션 제목: “fetch?”
optionalfetch?: typeoffetch
Defined in: packages/core/src/provider.ts:34
Optional fetch implementation for this operation.
signal?
섹션 제목: “signal?”
optionalsignal?:AbortSignal
Defined in: packages/core/src/provider.ts:32
Abort signal for the underlying provider transport.