1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

alive chunk

This commit is contained in:
2025-11-03 03:32:19 +01:00
parent 85ed078058
commit 41210d0b36
3 changed files with 20 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
5: "tool",
6: "error",
7: "end",
8: "alive",
};
const $version = document.getElementById("version"),
@@ -1094,6 +1095,10 @@
buffer = buffer.slice(5 + length);
if (type === "alive") {
continue; // we are still alive
}
callback({
type: type,
data: data,