Home > @snowplow/node-tracker > EmitterConfigurationBase > customFetch
Enables overriding the default fetch function with a custom implementation.
Signature:
customFetch?: (input: Request, options?: RequestInit) => Promise<Response>;Home > @snowplow/node-tracker > EmitterConfigurationBase > customFetch
Enables overriding the default fetch function with a custom implementation.
Signature:
customFetch?: (input: Request, options?: RequestInit) => Promise<Response>;