From 88c1874943dc5dd2d68835560289185efe8380d7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 18 May 2021 03:27:03 +0900 Subject: [PATCH] add comment --- src/streaming.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/streaming.ts b/src/streaming.ts index 5a1e372531..44b6530d44 100644 --- a/src/streaming.ts +++ b/src/streaming.ts @@ -101,6 +101,8 @@ export default class Stream extends EventEmitter { const query = urlQuery({ i: user?.token, + + // To prevent cache of an HTML such as error screen _t: Date.now(), });