mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Implemented basic authentication
Also fixed Tankers and AWACS which now operate as expected
This commit is contained in:
@@ -52,6 +52,10 @@ export function GET(callback: CallableFunction, uri: string, options?: string) {
|
||||
setConnected(false);
|
||||
}
|
||||
};
|
||||
xmlHttp.onreadystatechange = function (res) {
|
||||
console.error("An error occurred during the XMLHttpRequest");
|
||||
setConnected(false);
|
||||
};
|
||||
xmlHttp.onerror = function (res) {
|
||||
console.error("An error occurred during the XMLHttpRequest");
|
||||
setConnected(false);
|
||||
|
||||
Reference in New Issue
Block a user