Update download.component.ts
This commit is contained in:
parent
c808d2cc10
commit
29755a70f4
@ -10,10 +10,16 @@ import axios from "axios";
|
|||||||
})
|
})
|
||||||
export class DownloadComponent {
|
export class DownloadComponent {
|
||||||
|
|
||||||
|
fileId: string = "";
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.speedTest();
|
this.speedTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
checkFile() {
|
||||||
|
console.log("Moin")
|
||||||
|
}
|
||||||
|
|
||||||
private speedTest() {
|
private speedTest() {
|
||||||
const start = new Date().getTime(); // Start timer
|
const start = new Date().getTime(); // Start timer
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user