Class type Dom_html.storage
Storage
method length : int Js.readonly_propmethod key : int -> Js.js_string Js.t Js.opt Js.methmethod getItem : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.methmethod setItem : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.methmethod removeItem : Js.js_string Js.t -> unit Js.methmethod clear : unit Js.meth