core.medplumclientoptions.fetch
Home > @medplum/core > MedplumClientOptions > fetch
MedplumClientOptions.fetch property
Fetch implementation.
Default is window.fetch (if available).
For Node.js applications, consider the 'node-fetch' package.
Signature:
fetch?: FetchLike;