Skip to content

Support onDownloadProgress in ApiRequestOptions #1428

Closed
@lukqw

Description

@lukqw

Describe the solution you'd like
I'd like to make axios requests with the onDownloadProgress option.
For that I need ApiRequestOptions to include readonly onDownloadProgress?: (progressEvent: ProgressEvent) => void;
Furthermore I need this field to be unwrapped into the requestConfig of the sendRequest method.

Maybe in general a way of extending axios request options would be nice?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions