Skip to main content

ConnectionTransport.onmessage property

Signature:

interface ConnectionTransport {
onmessage?: (message: string) => void;
}