.dataset
Term side of the Card
Topic: Object on Page
Unit title: .dataset
Categories: Property, Object
Explanation side of the Card
Explanation: The browser API property of an HTML element that provides access to all custom data attributes (`data-*`) set on the element. It allows for easy retrieval and manipulation of data attributes in the DOM.
Browser compatibility:
- The chrome browser supports this feature starting from version 7
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 6
- The safari browser supports this feature starting from version 5.1
Availability: