Skip to main content
Version: 18.0.5

ConnectionTransport.onmessage property

Signature:

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