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

WebSocket
WebSockets in Windows Consumer Preview
WebSockets RFC 6455
The WebSocket API

 

 

Send comments about this topic to Microsoft

Build date: 11/8/2012

커뮤니티 추가 항목

추가
© 2013 Microsoft. All rights reserved.