我可以使用 Javascript 1.7+ Firefox Web Worker 中的迭代器和生成器?
或者我如何告诉 Firefox 使用 mimetype application/javascript;version=1.7
解析 Web Worker 扩展?
Firefox 4 Beta 9 中的 Firebug 1.7a9 给出:
missing ; before statement
[Break On This Error] yield k;
当它无法识别常规脚本标记中的生成器yield 关键字时,它会显示以下内容。
Or how do I tell Firefox to parse a web worker extension with mimetype application/javascript;version=1.7
?
Firebug 1.7a9 in Firefox 4 Beta 9 gives:
missing ; before statement
[Break On This Error] yield k;
which is what it says when it doesn't recognize the generator yield keyword in a regular script tag.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用该 HTTP 标头来提供该文件。你运行什么服务器?
You need to serve the file with that HTTP header. What server are you running?