Skip to content
Type

PacketType

The type of a packet. Key packets can be decoded without previous packets, while delta packets depend on previous packets.

ts
type PacketType = 
	| 'key'
	| 'delta';

Used by

Released under the Mozilla Public License 2.0.