package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Specification of NamedNodeMap objects.

method getNamedItem : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t -> 'node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.meth
method setNamedItem : 'node Js_of_ocaml__.Js.t -> 'node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.meth
method removeNamedItem : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t -> 'node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.meth
method item : int -> 'node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.meth
method length : int Js_of_ocaml__.Js.readonly_prop