gpt4 book ai didi

javascript - Meteor - IE11 显示空白页面

转载 作者:行者123 更新时间:2023-11-29 21:00:19 27 4
gpt4 key购买 nike

我在 IE11 下遇到这个错误:

对象不支持在线“for”这个属性或方法:

var esSymKey = useSymbol ? Symbol.for(esStrKey) : null; 

来自 node_modules/meteor/modules/node_modules/reify/lib/runtime/utils.js
在 modules.js 中。

我尝试更新所有内容,但没有成功

我的包裹 list 如下:

meteor-base

mobile-experience
mongo
blaze-html-templates
session
jquery@1.11.10
tracker
es5-shim

coffeescript
msavin:mongol
tap:i18n
tap:i18n-db-modified
globalconstants
reywood:publish-composite
fourseven:scss
reactive-var
mystor:device-detection
subs-manager-modified
fastclick
check
manuelschoebel:ms-seo-modified
mrt:modernizr-meteor
gorillastack:iron-router-gtm
iron:router
standard-minifier-css
standard-minifier-js
add-scripts
tap:i18n-bundler
shell-server
dynamic-import
webapp

chrome-spiderable

你有什么想法吗?

谢谢。

最佳答案

IE 11 不支持 Symbol

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol

您需要添加一个 polyfill 来添加对它的支持。

https://github.com/medikoo/es6-symbol

如果您正在使用其他 es6+ 功能,您可能会在填充 Symbol 后立即遇到另一个错误。您可能应该使用某种转译器,例如 Babel .它将确保您的新代码适用于旧浏览器。

关于javascript - Meteor - IE11 显示空白页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46834971/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com