📜  广播频道 mdn - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:31.940000             🧑  作者: Mango

代码示例3
// A handler that only logs the event to the console:
bc.onmessage = function (ev) { console.log(ev); }