treycordova / nativejsx

JSX to native DOM API transpilation. :yellow_heart: <div> ⟹ document.createElement('div')!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is this lib suport IE 7 and 8 ?

hongyin163 opened this issue · comments

commented

The transpiled code will run without a problem in IE7 and 8.

commented

when i use "Webpack: nativejsx-loader" in my project
the file "https://github.com/treycordova/nativejsx/blob/master/dist/nativejsx-prototypes.js" will have problem, because there is't htmlelement type in ie7
so is there some method to expend dom to surport appendChildren in ie7 ?

Alright, IE7 and 8 do have lacking support for HTMLElement. I apologize for being quick to dismiss the issue. Considering that both browsers are no longer supported by Microsoft, I'm going to keep this issue closed. If you feel that this library should support them, then submit a pull request at your leisure.