Merging dev into main #49

Merged
8464960 merged 260 commits from dev into main 2026-01-28 10:48:52 +00:00
Showing only changes of commit 333bd6e6fd - Show all commits

View File

@@ -13,7 +13,7 @@ class MockEventSource {
mockInstances.push(this); mockInstances.push(this);
} }
sendMessage(data: any) { sendMessage(data: string) {
// Trigger whatever the component listens to // Trigger whatever the component listens to
this.onmessage?.({ data } as MessageEvent); this.onmessage?.({ data } as MessageEvent);
} }