Rxova
Skip to content

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.

ParameterType
namestring

| TransportKind | null