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
Properties
Section titled “Properties”readonly kind: TransportKind;What this transport is. Optional so a custom transport need not declare one.
Implementation of
Section titled “Implementation of”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