Element.dataset

HTML5's dataset property. It is an alternate view into attributes with the data- prefix. Given <a data-my-property="cool" />, we get assert(a.dataset.myProperty == "cool");

class Element
@property
dataset
()
Suggestion Box / Bug Report