BUGFIX: Fix issues with RFA auto-reconnecting feature (#2535)

This commit is contained in:
catloversg
2026-02-27 04:34:28 +07:00
committed by GitHub
parent 47d8db8b91
commit cfb536cd01
2 changed files with 19 additions and 5 deletions
+4
View File
@@ -21,6 +21,10 @@ declare interface Document {
achievements: string[];
}
declare interface WebSocket {
intentionallyClosed?: boolean;
}
declare global {
/**
* "loader" is not exposed in the public API.