aboutsummaryrefslogtreecommitdiff
path: root/web/script/player/download.ts
diff options
context:
space:
mode:
Diffstat (limited to 'web/script/player/download.ts')
-rw-r--r--web/script/player/download.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/script/player/download.ts b/web/script/player/download.ts
index 2c3b104..2549600 100644
--- a/web/script/player/download.ts
+++ b/web/script/player/download.ts
@@ -3,6 +3,7 @@
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2023 metamuffin <metamuffin.org>
*/
+/// <reference lib="dom" />
import { OVar } from "../jshelper/mod.ts";
interface Measurement { time: number, duration: number, size: number }