EN
이 콘텐츠는 한국어로 제공되지 않아 영어 버전으로 표시됩니다.
onmessage event
Fires when data is received through a WebSocket connection.
Syntax
| addEventListener Method | object.addEventListener("message", handler, useCapture) |
|---|
Event handler parameters
- handler [in]
-
Type: Function
Event handler to call when data is received.
Remarks
You can use this event to notify the app to process incoming data.
See also
Send comments about this topic to Microsoft
Build date: 11/8/2012
