Update download.component.ts
This commit is contained in:
parent
c808d2cc10
commit
29755a70f4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user