javascript - 我在对象上遇到错误 - Meteorjs Iron-router Internet Explorer 8 (ie8)

标签 javascript internet-explorer internet-explorer-8 meteor iron-router

我有最新的iron-router和meteorjs。

除了 Internet Explorer 8 之外,一切都工作正常。我的支持目标至少是 ie 9 和 8。其他所有浏览器都工作正常,包括 ie 9,除了 ie 8。 我收到此错误:

DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337

File: 192.168.137.21:3000

HTML1300: Navigation occurred.

File: 192.168.137.21:3000

SCRIPT445: Object doesn't support this action

File: iron_middleware-stack.js, Line: 440, Column: 1

当我点击“文件:iron_middleware-stack.js,行:440,列:1”时,我会看到这一点。

Object.defineProperty(MiddlewareStack.prototype, "length", {
  get: function () {
  return this._stack.length;
  },

  writeable: false,
  configurable: false,
  enumerable: true
  // X ERROR: Object doesn't support this action
});

最佳答案

关于javascript - 我在对象上遇到错误 - Meteorjs Iron-router Internet Explorer 8 (ie8),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27058136/

相关文章:

html - 如何避免ie8兼容按钮?

javascript - 为什么我的代码没有禁用鼠标滚轮事件?

javascript - IE9 错误地重定向到移动网站

javascript - IE8 破坏了我的 AJAX...FF 没问题

html - 设计在 IE 中显示严重困惑

javascript - HTML - 搜索不起作用

html - IE 不识别 TD 宽度?

javascript - 使用 angular.js 用最后选择的值填充隐藏字段

javascript - 不引人注目的 javascript : form not submitting onsubmit()

javascript - 将javascript集成到wordpress主题中