inherit arrayBufferView
method getInt8 : int -> int Js.methmethod getUint8 : int -> int Js.methmethod getInt16 : int -> int Js.methmethod getInt16_ : int -> bool Js.t -> int Js.methmethod getUint16 : int -> int Js.methmethod getUint16_ : int -> bool Js.t -> int Js.methmethod getInt32 : int -> int Js.methmethod getInt32_ : int -> bool Js.t -> int Js.methmethod getUint32 : int -> float Js.methmethod getUint32_ : int -> bool Js.t -> float Js.methmethod getFloat32 : int -> float Js.methmethod getFloat32_ : int -> bool Js.t -> float Js.methmethod getFloat64 : int -> float Js.methmethod getFloat64_ : int -> bool Js.t -> float Js.methmethod setInt8 : int -> int -> unit Js.methmethod setUint8 : int -> int -> unit Js.methmethod setInt16 : int -> int -> unit Js.methmethod setInt16_ : int -> int -> bool Js.t -> unit Js.methmethod setUint16 : int -> int -> unit Js.methmethod setUint16_ : int -> int -> bool Js.t -> unit Js.methmethod setInt32 : int -> int -> unit Js.methmethod setInt32_ : int -> int -> bool Js.t -> unit Js.methmethod setUint32 : int -> float -> unit Js.methmethod setUint32_ : int -> float -> bool Js.t -> unit Js.methmethod setFloat32 : int -> float -> unit Js.methmethod setFloat32_ : int -> float -> bool Js.t -> unit Js.methmethod setFloat64 : int -> float -> unit Js.methmethod setFloat64_ : int -> float -> bool Js.t -> unit Js.meth