-
Notifications
You must be signed in to change notification settings - Fork 0
IProgressOptions
Steve edited this page Apr 29, 2020
·
1 revision
interface IProgressOptions extends IHTTPOptions
export interface IProgressOptions extends IHTTPOptions {
fnProgress?: IProgressFunction,
}
Documentation
-
Interfaces