(typeof Symbol!==' undefined'&&& Symbol.for)在IE7和iE8中抛出错误

时间:2017-12-06 12:53:46

标签: internet-explorer-8 internet-explorer-7 symbols preact

甚至,还有一个 typeof Symbol!==' undefined' 的检查,它在IE7 / IE8中返回false值但仍然以某种方式IE7 / IE8编译器读取 Symbol.for ,可能  是一个错误。

任何人都可以帮我找出解决这个问题的方法吗?

实际上,我试图在IE7上运行preact.js,但在IE7 / IE8上这行换行

var REACT_ELEMENT_TYPE = (typeof Symbol!=='undefined' && Symbol.for && Symbol.for('react.element')) || 0xeac7;

0 个答案:

没有答案