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.

文章标签:WebSockets

找到 3 篇文档

  • Web/API/CloseEvent CloseEvent 会在连接关闭时发送给使用 WebSockets 的客户端. 它在 WebSocket 对象的 onclose 事件监听器中使用.
  • Web/API/WebSocket WebSocket 对象 提供了一组 API, 用于创建和管理 WebSocket 连接, 以及通过连接发送和接收数据.
  • WebSockets WebSockets 是一种 先进的技术, 它使得在用户的浏览器和服务器之间建立一个 双向通信的会话成为可能, 你可以向服务器发送消息, 然后接收事件驱动的响应, 而无需轮询服务器得到回复.