Skip to main content
Version: 15.4.2

ConnectionTransport.onmessage property

Signature:

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