Update download.component.ts

This commit is contained in:
Max W. 2024-02-16 22:16:10 +01:00
parent c808d2cc10
commit 29755a70f4

View File

@ -10,10 +10,16 @@ import axios from "axios";
})
export class DownloadComponent {
fileId: string = "";
constructor() {
this.speedTest();
}
checkFile() {
console.log("Moin")
}
private speedTest() {
const start = new Date().getTime(); // Start timer