package js_of_ocaml

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

Specification of NamedNodeMap objects.

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