DOMStringMap

open class DOMStringMap : Record<ERROR CLASS: Symbol not found for JsString, ERROR CLASS: Symbol not found for JsString> (source)

The DOMStringMap interface is used for the HTMLElement.dataset attribute, to represent data for custom attributes added to elements.

MDN Reference

Functions

Link copied to clipboard
open operator fun get(key: ERROR CLASS: Symbol not found for JsString): ERROR CLASS: Symbol not found for JsString??
Link copied to clipboard
open operator fun set(key: ERROR CLASS: Symbol not found for JsString, value: ERROR CLASS: Symbol not found for JsString)