Module Dom.DomStringMap

type key = string
val get : key -> t -> string option
val set : key -> string -> t -> unit
val unsafeDeleteKey : key -> t -> unit