Rxova
Skip to content

NoopTransport

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

new NoopTransport(): NoopTransport;

NoopTransport

close(): void;

void

Transport.close


post(): void;

void

Transport.post


subscribe(): () => void;

() => void

Transport.subscribe