package server-reason-react

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type intervalId
type timeoutId
val clearInterval : intervalId -> unit
  • alert not_implemented is not implemented in native under server-reason-react.js
val clearTimeout : timeoutId -> unit
  • alert not_implemented is not implemented in native under server-reason-react.js
val setInterval : f:(unit -> unit) -> int -> intervalId
  • alert not_implemented is not implemented in native under server-reason-react.js
val setIntervalFloat : f:(unit -> unit) -> float -> intervalId
  • alert not_implemented is not implemented in native under server-reason-react.js
val setTimeout : f:(unit -> unit) -> int -> timeoutId
  • alert not_implemented is not implemented in native under server-reason-react.js
val setTimeoutFloat : f:(unit -> unit) -> float -> timeoutId
  • alert not_implemented is not implemented in native under server-reason-react.js
val encodeURI : string -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
val decodeURI : string -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
val encodeURIComponent : string -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
val decodeURIComponent : string -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
OCaml

Innovation. Community. Security.