package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • deprecated Will be removed past 2019-01-01. Use Js_of_ocaml.WebSockets instead.
type readyState =
  1. | CONNECTING
  2. | OPEN
  3. | CLOSING
  4. | CLOSED
class type 'a closeEvent = object ... end
class type 'a messageEvent = object ... end
class type webSocket = object ... end
val is_supported : unit -> bool
OCaml

Innovation. Community. Security.