1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-26 07:13:41 +01:00

Adds cancel

This commit is contained in:
Amir Raminfar
2020-07-19 19:19:35 -07:00
parent 6288380186
commit 7ae9230e32

View File

@@ -52,6 +52,7 @@ export default {
if (this.es) {
this.es.close();
this.es = null;
this.flushBuffer.cancel();
}
this.messages = [];
this.buffer = [];