Class type Dom_html.storage

Storage

method length : int Js.readonly_prop
method key : int -> Js.js_string Js.t Js.opt Js.meth
method getItem : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method setItem : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method removeItem : Js.js_string Js.t -> unit Js.meth
method clear : unit Js.meth