Methods
Static getBinary
- getBinary(url: string, callback: ((data: any) => void), error: ((error: any) => void)): void
-
Parameters
-
url: string
-
callback: ((data: any) => void)
-
- (data: any): void
-
Parameters
Returns void
-
error: ((error: any) => void)
-
- (error: any): void
-
Parameters
Returns void
Returns void
Static isResponseTypeSupported
- isResponseTypeSupported(responseType: any): boolean
-
Parameters
Returns boolean