We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7de36e commit fc59805Copy full SHA for fc59805
src/compas-services/Websockets.ts
@@ -1,5 +1,5 @@
1
import { newPendingStateEvent } from '../foundation.js';
2
-import { APPLICATION_ERROR, createLogEvent, extractErrorMessage, parseXml, processErrorMessage } from './foundation.js';
+import { APPLICATION_ERROR, createLogEvent, extractErrorMessage, parseXml } from './foundation.js';
3
4
export function Websockets(element: Element, serviceName: string) {
5
let websocket: WebSocket | undefined;
0 commit comments