window属性:onmessage
onmessage属性
使用此功能之前,请仔细查看浏览器兼容性表。
WindowEventHandlers的onmessage属性是当对象接收消息事件时调用的EventHandler。
onmessage属性语法
window.addEventListener('message',function(event){...})
window.onmessage = function(event){...}
规范
规范 | 状态 | 注释 |
---|---|---|
HTML Living Standard
该规范中'onmessage'的定义。
|
Living Standard
|
初始定义。 |
浏览器兼容性
电脑端 | 移动端 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome
|
Edge
|
Firefox
|
Internet Explorer
|
Opera
|
Safari
|
Androidwebview
|
Chrome for Android
|
Edge Mobile | Firefox for Android
|
Opera for Android
|
iOS Safari | |
基本支持 | 支持:60 | ? | ? | ? | 支持:47 | ? | 支持:60 | 支持:60 | ? | ? | 支持:47 | ? |