eligrey / eligrey/classList.js
ClassList not working in SVG use tag in IE11
Open
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 226
- PR merge metrics
- No merged PRs in 30d
Description
I'm build a angular project that I can't get classList from svg use tag in IE11, for example:
```
```
I call `classList` of `use` tag in IE11, it just returned `undefined`. But if call `classList` of `svg` tag, it's working fine.
Note: `iconPath` is a component variable.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.