Module Js.GlobalSource

Sourcetype intervalId
Sourcetype timeoutId
Sourceval clearInterval : intervalId -> unit
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval clearTimeout : timeoutId -> unit
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setInterval : f:(unit -> unit) -> int -> intervalId
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setIntervalFloat : f:(unit -> unit) -> float -> intervalId
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setTimeout : f:(unit -> unit) -> int -> timeoutId
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval setTimeoutFloat : f:(unit -> unit) -> float -> timeoutId
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval encodeURI : string -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeURI : string -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval encodeURIComponent : string -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval decodeURIComponent : string -> string
  • alert not_implemented is not implemented in native under server-reason-react.js