mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 22:59:42 +02:00
BUGFIX: Fix issues with RFA auto-reconnecting feature (#2535)
This commit is contained in:
Vendored
+4
@@ -21,6 +21,10 @@ declare interface Document {
|
||||
achievements: string[];
|
||||
}
|
||||
|
||||
declare interface WebSocket {
|
||||
intentionallyClosed?: boolean;
|
||||
}
|
||||
|
||||
declare global {
|
||||
/**
|
||||
* "loader" is not exposed in the public API.
|
||||
|
||||
Reference in New Issue
Block a user