简体   繁体   English

Browserify:IE8兼容性

[英]Browserify: IE8 Compatibility

I've seen it mentioned in a few places that Browserify isn't compatible with IE8 and below ( here , here , and alluded to here ). 我已经在一些地方看到它提到Browserify与IE8及以下版本不兼容( 这里这里 ,并在提到)。

I don't see anything official about this in the docs. 我在文档中没有看到任何关于此的官方消息。 It looks like it may be the use of Function.prototype.call() but I can't tell for sure. 看起来它可能是使用Function.prototype.call(),但我无法确定。

Does anyone know for sure: 有人有确切消息么:

  • how far back IE is supported IE支持多远
  • what code (if any) is incompatible with IE8 什么代码(如果有的话)与IE8不兼容
  • any recommended workarounds for IE8 specifically IE8的任何推荐的解决方法

I use Browserify for my library http://github.com/pllee/luc to build all of the browser code. 我使用Browserify作为我的库http://github.com/pllee/luc来构建所有的浏览器代码。 My tests pass on IE6 and I am using ES5 shim but I don't think that would make Browserify work (chicken and egg situation). 我的测试通过IE6,我使用ES5垫片,但我认为这不会使Browserify工作(鸡和蛋的情况)。 Those links you show are quite old and I know Browserify has changed its implementation since then. 你展示的那些链接已经很老了,我知道Browserify从那时起就改变了它的实现。

You can see on their official page that they do support IE7 and greater. 您可以在他们的官方页面上看到他们支持IE7及更高版本。

在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM