Properties
msg
msg: string
onError
onError: (() => void)
onLoad
onLoad: ((result: any) => void)
Type declaration
-
- (result: any): void
-
Returns void
onProgress
onProgress: ((e: ProgressEvent<EventTarget>) => void)
Type declaration
-
- (e: ProgressEvent<EventTarget>): void
-
Parameters
-
e: ProgressEvent<EventTarget>
Returns void
range
range: string
responseType
responseType: XMLHttpRequestResponseType
url
url: string
xhr
xhr: XMLHttpRequest