Skip to content

Instantly share code, notes, and snippets.

@matt-hensley
Created August 25, 2017 15:48
Show Gist options
  • Save matt-hensley/c73c7fe15b6802891f8c658132d73f45 to your computer and use it in GitHub Desktop.
Save matt-hensley/c73c7fe15b6802891f8c658132d73f45 to your computer and use it in GitHub Desktop.
Extend SVGElement to have dataset field
interface SVGElement {
readonly dataset: DOMStringMap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment