package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method getInt8 : int -> int Js_of_ocaml__.Js.meth
method getUint8 : int -> int Js_of_ocaml__.Js.meth
method getInt16 : int -> int Js_of_ocaml__.Js.meth
method getInt16_ : int -> bool Js_of_ocaml__.Js.t -> int Js_of_ocaml__.Js.meth
method getUint16 : int -> int Js_of_ocaml__.Js.meth
method getUint16_ : int -> bool Js_of_ocaml__.Js.t -> int Js_of_ocaml__.Js.meth
method getInt32 : int -> int Js_of_ocaml__.Js.meth
method getInt32_ : int -> bool Js_of_ocaml__.Js.t -> int Js_of_ocaml__.Js.meth
method getUint32 : int -> float Js_of_ocaml__.Js.meth
method getUint32_ : int -> bool Js_of_ocaml__.Js.t -> float Js_of_ocaml__.Js.meth
method getFloat32 : int -> float Js_of_ocaml__.Js.meth
method getFloat32_ : int -> bool Js_of_ocaml__.Js.t -> float Js_of_ocaml__.Js.meth
method getFloat64 : int -> float Js_of_ocaml__.Js.meth
method getFloat64_ : int -> bool Js_of_ocaml__.Js.t -> float Js_of_ocaml__.Js.meth
method setInt8 : int -> int -> unit Js_of_ocaml__.Js.meth
method setUint8 : int -> int -> unit Js_of_ocaml__.Js.meth
method setInt16 : int -> int -> unit Js_of_ocaml__.Js.meth
method setInt16_ : int -> int -> bool Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth
method setUint16 : int -> int -> unit Js_of_ocaml__.Js.meth
method setUint16_ : int -> int -> bool Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth
method setInt32 : int -> int -> unit Js_of_ocaml__.Js.meth
method setInt32_ : int -> int -> bool Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth
method setUint32 : int -> float -> unit Js_of_ocaml__.Js.meth
method setUint32_ : int -> float -> bool Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth
method setFloat32 : int -> float -> unit Js_of_ocaml__.Js.meth
method setFloat32_ : int -> float -> bool Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth
method setFloat64 : int -> float -> unit Js_of_ocaml__.Js.meth
method setFloat64_ : int -> float -> bool Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth