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
post()
post(): void;
Returns
void
Implementation of
subscribe()
subscribe(): () => void;
Returns
() => void