From b7bf11c077bdd165400cf8d80c5cd1ad4248d854 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Fri, 25 Sep 2026 11:28:31 +0200 Subject: refactor(client): split transport.js into classic scripts transport.js keeps the core (connection, reconnect, leases, dispatch). Chat, media, admin, upload and device methods move, cut as text, into transport-*.js scripts that hand a class of their own to extendTransport, which copies each method onto MeshBayTransport.prototype; the codec, roster checks, node pins and the rewrap fan-out move as they were. Both shells load them after transport.js. Every prototype member, class property and top-level function has the same source text as before. Co-Authored-By: Claude Opus 5.5 --- packages/meshbay-client/scripts/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages/meshbay-client') diff --git a/packages/meshbay-client/scripts/index.html b/packages/meshbay-client/scripts/index.html index ad7af0c..0d34797 100644 --- a/packages/meshbay-client/scripts/index.html +++ b/packages/meshbay-client/scripts/index.html @@ -30,6 +30,15 @@ + + + + + + + + + -- cgit v1.2.3