Class type Typed_array.dataView

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 -> uint32 Js_of_ocaml__.Js.meth
method getUint32_ : int -> bool Js_of_ocaml__.Js.t -> uint32 Js_of_ocaml__.Js.meth
method getFloat32 : int -> Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.meth
method getFloat32_ : int -> bool Js_of_ocaml__.Js.t -> Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.meth
method getFloat64 : int -> Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.meth
method getFloat64_ : int -> bool Js_of_ocaml__.Js.t -> Js_of_ocaml__.Js.number_t 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 -> uint32 -> unit Js_of_ocaml__.Js.meth
method setUint32_ : int -> uint32 -> bool Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth
method setFloat32 : int -> Js_of_ocaml__.Js.number_t -> unit Js_of_ocaml__.Js.meth
method setFloat32_ : int -> Js_of_ocaml__.Js.number_t -> bool Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth
method setFloat64 : int -> Js_of_ocaml__.Js.number_t -> unit Js_of_ocaml__.Js.meth
method setFloat64_ : int -> Js_of_ocaml__.Js.number_t -> bool Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth