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.

文章标签:WebSocket

找到 2 篇文档

  • Web/API/CloseEvent CloseEvent 会在连接关闭时发送给使用 WebSockets 的客户端. 它在 WebSocket 对象的 onclose 事件监听器中使用.
  • Web/API/WebSocket WebSocket 对象 提供了一组 API, 用于创建和管理 WebSocket 连接, 以及通过连接发送和接收数据.