Module Dom_html.DomStringMap

Typed access to domStringMap (the type of Element.dataset).

get m k is the value stored under key k, or undefined if absent.

set m k v sets k to v.

val remove : domStringMap Js.t -> Js.js_string Js.t -> unit

remove m k deletes the k entry.