Window.WebSocket

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto WebSocket(string url)
  2. auto WebSocket(string url, string protocols)
    struct Window
    nothrow
    WebSocket
    ()
    (
    string url
    ,
    string protocols
    )
  3. auto WebSocket(string url, Sequence!(string) protocols)

Meta