Skip to content

Files

Latest commit

6021b61 · Mar 20, 2018

History

History
9 lines (5 loc) · 164 Bytes

websocket.md

File metadata and controls

9 lines (5 loc) · 164 Bytes

webSocket如何兼容低浏览器?(阿里)

  • Adobe Flash Socket
  • ActiveX HTMLFile (IE)
  • 基于 multipart 编码发送 XHR
  • 基于长轮询的 XHR