Skip to main content

Class: NoopTransport

Silent local transport: nothing leaves this context, nothing arrives. Used for SSR and for state scoped to a single tab.

Implements

Constructors

Constructor

new NoopTransport(): NoopTransport;

Returns

NoopTransport

Methods

close()

close(): void;

Returns

void

Implementation of

Transport.close


post()

post(): void;

Returns

void

Implementation of

Transport.post


subscribe()

subscribe(): () => void;

Returns

() => void

Implementation of

Transport.subscribe