Skip to main content
Version: 15.3.1

ConnectionTransport.onmessage property

Signature:

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