Created
August 25, 2017 15:48
-
-
Save matt-hensley/c73c7fe15b6802891f8c658132d73f45 to your computer and use it in GitHub Desktop.
Extend SVGElement to have dataset field
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface SVGElement { | |
readonly dataset: DOMStringMap; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment