Dom.DomStringMap
type t = Dom.domStringMap
type key = string
val get : key -> t -> string option
val set : key -> string -> t -> unit
val unsafeDeleteKey : key -> t -> unit