WsData: Uint8Array | string

WebSockets transmit either binary data or strings, so a StreamEndpoint ends up encoding data as a WsData - and some parts of the code rely on simply knowing that we are using the correct one

Generated using TypeDoc