elm-lang / websocket

Websockets for Elm

Home Page:http://package.elm-lang.org/packages/elm-lang/websocket/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fallback for unsupported API

roine opened this issue · comments

Is there a fallback plan for working with browsers that don't support webSocket?

Not in the WebSocket library. If folks want to explore how to do it some other way, they can use WebSocket.LowLevel and I think other folks in the community are thinking about this.