package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
constraint 'a = attr
method getNamedItem : Js.js_string Js.t -> 'a Js.t Js.opt Js.meth
method item : int -> 'a Js.t Js.opt Js.meth
method length : int Js.readonly_prop
method removeNamedItem : Js.js_string Js.t -> 'a Js.t Js.opt Js.meth
method setNamedItem : 'a Js.t -> 'a Js.t Js.opt Js.meth