mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
quick fixes
This commit is contained in:
@@ -40,7 +40,7 @@ export class NetworkManager extends EventTarget {
|
||||
}
|
||||
}
|
||||
|
||||
private monitorDevServer(url: string) {
|
||||
private monitorDevServer(url: URL) {
|
||||
// WARNING: This will spam the console logs with failed requests when the server is down
|
||||
let eventSource = new EventSource(url);
|
||||
eventSource.onmessage = (event) => {
|
||||
|
||||
Reference in New Issue
Block a user