Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

消息事件

这篇翻译不完整。请帮忙从英语翻译这篇文章

API参考("HTML DOM")

消息事件 是指呈现一个WebSocket 或者 WebRTC RTCDataChannel目标接收消息的接口。

这个行为由设定在 事件手柄为WebSocket.onmessage或 RTCDataChannel.onmessage的事件触发。

属性

属 性  类型 描述
data  DOMString | Blob | ArrayBuffer 来自服务器的数据。

详见

浏览器兼容性

特性 Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? 4.0 (2.0) ? ? ?
特性 Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? ? ? ? ?

Gecko 事项

注: 对于 Gecko 11.0, Gecko 支持数据属性 ArrayBuffer , 但不支持 Blob.

 

文档标签和贡献者

 此页面的贡献者: ziyunfei, uniquefeng
 最后编辑者: uniquefeng,