rename http classes

This commit is contained in:
Dennis Eichhorn 2020-02-11 20:47:20 +01:00
parent a77bc16741
commit 6814a076d7

View File

@ -154,7 +154,7 @@ export class Upload {
* @todo Orange-Management/Modules#207
* Validate file type and file size on the frontend before uploading
*/
const request = new Request(),
const request = new HttpRequest(),
formData = new FormData(),
self = this;