Javascript 我在对象上出错-meteorjs iron路由器internet explorer 8(ie8)

Javascript 我在对象上出错-meteorjs iron路由器internet explorer 8(ie8),javascript,internet-explorer,internet-explorer-8,meteor,iron-router,Javascript,Internet Explorer,Internet Explorer 8,Meteor,Iron Router,我有最新的铁制路由器和meteorjs 除了在InternetExplorer8中,其他一切都工作正常。我支持的目标至少是ie 9和ie 8。除IE8外,包括IE9在内的所有其他浏览器都工作正常。 我得到了这个错误: DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337 F

我有最新的铁制路由器和meteorjs

除了在InternetExplorer8中,其他一切都工作正常。我支持的目标至少是ie 9和ie 8。除IE8外,包括IE9在内的所有其他浏览器都工作正常。 我得到了这个错误:

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
当我点击“File:iron_middleware-stack.js,Line:440,Column: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
});

这很可能是IE8在iron:router中引起的一个bug


我向iron router社区报告了这个问题,现在在1.0.3版中得到了解决,多亏了他们

谢谢,我报告了这个问题。