Skip to content

ReliableOrderedTransport

Defined in: net/NetChannel.ts:25

A transport that delivers every frame, once, in send order. NetChannel needs no such promise; replication does — its client applies the inbox in ARRIVAL order because that IS the authority’s order. Declaring the marker is a claim about the link, not a feature to switch on.

readonly delivery: "reliable-ordered"

Defined in: net/NetChannel.ts:26

on(event, handler): () => void

Defined in: net/NetChannel.ts:16

Subscribe to incoming frames. Returns an unsubscribe function.

"message"

(data) => void

() => void

NetTransport.on


send(data): void

Defined in: net/NetChannel.ts:14

string | ArrayBuffer

void

NetTransport.send