Type Alias Payload

Source
Expand description

The status-update payload exchanged between peers.

This is an internal wire shape, not a stable part of the public API: it is only exported so test fakes can be typed against WebxdcTransport.

Its fields are determined by the sync strategy and webxdc update codec in use.

type Payload = Record<string, string>