Repositories / Excalidraw
Focused tour of drawing, rendering, history, and collaboration paths; not a whole-project map.
Socket transport adapter that filters, encrypts, and broadcasts collaboration scene updates.
Stored evidence from this immutable analysis snapshot
for (const syncableElement of syncableElements) {this.broadcastedElementVersions.set(syncableElement.id,syncableElement.version,);}this.queueFileUpload();
await this._broadcastSocketData(data as SocketUpdateData);