Skip to main content

Interface: CommonOptions

Extended by

Properties

kind?

optional kind?: PeerKind;

What this client announces itself as. Defaults to 'worker' when there is no document, else 'tab'.


transport?

optional transport?: (name) => Transport;

Transport factory, mainly for tests. Defaults to defaultTransport.

Parameters

ParameterType
namestring

Returns

Transport