getTransportKind
function getTransportKind(name): | TransportKind | null;What is actually carrying this bus’s traffic, or null if it has no bus yet.
Answers the question a developer asks when nothing is syncing and the code
looks right: is anything even connected? 'none' means no — writes are
local and no peer will ever see them.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
name | string |
Returns
Section titled “Returns”| TransportKind
| null