Skip to main content
Latest
class TransportHttpClient
implements ITransport<BagType>
import { TransportHttpClient } from "https://deno.land/x/earthstar_streaming_rpc@v5.0.1/mod.browser.ts";

Constructors

new
TransportHttpClient(opts: ITransportOpts<BagType>)

Type Parameters

BagType extends FnsBag

Properties

_pullStates: Map<string, InFlightPullState<BagType> | ScheduledPullState<BagType> | ClosedPullState>
deviceId: string
readonly
isClosed
methods: BagType