NoopTransport
Silent local transport: nothing leaves this context, nothing arrives. Used for SSR and for state scoped to a single tab.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NoopTransport(): NoopTransport;Returns
Section titled “Returns”NoopTransport
Methods
Section titled “Methods”close()
Section titled “close()”close(): void;Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”post()
Section titled “post()”post(): void;Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”subscribe()
Section titled “subscribe()”subscribe(): () => void;Returns
Section titled “Returns”() => void