computed-style-to-inline-style
computed-style-to-inline-style copied to clipboard
occur an error at Internet Explorer11
Environment:Internet Explorer11
For ParentNode.children
Api,Internet Explorer doesn't support SVGElement
,so element.children
will be undefined
,and element.children.each()
will occur an error.
https://github.com/lukehorvat/computed-style-to-inline-style/blob/f502a629a9a7e5959ecf9f4ee2b8f61c552b0b0c/lib/index.js#L9