Skip to main content

core.createbinaryoptions.onprogress

Home > @medplum/core > CreateBinaryOptions > onProgress

CreateBinaryOptions.onProgress property

Optional fetch options. **NOTE:** only requestOptions.signal is respected when onProgress is also provided.

Signature:

readonly onProgress?: (e: ProgressEvent) => void;