WebSocket.send

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void send(string data)
  2. void send(Blob data)
  3. void send(ArrayBuffer data)
    struct WebSocket
    nothrow
    void
    send
    ()
    (
    scope ref ArrayBuffer data
    )
  4. void send(ArrayBufferView data)

Meta