Constructor Summary
| Public Constructor | ||
| public |
constructor(url: string, file: File) Pass as object |
|
Inherited Summary
| From class Request | ||
| protected |
|
|
| public |
cancel() Cancels the request. |
|
| public |
Formats the request object and returns an object of Request<T>'s T. |
|
| public |
Performs the request |
|
Public Constructors
public constructor(url: string, file: File) source
Pass as object
Override:
Request#constructorParams:
| Name | Type | Attribute | Description |
| url | string | URL of imgur thing to upload |
|
| file | File | File object to upload |
