Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Firefox 25网站兼容性

草案
本页尚未完工.

DOM

ImageDocument 属性被删除

非标准的 ImageDocument 接口在普通页面中不能访问了.

worker 中的所有事件名都加上 Worker 前缀

为了能让 普通的 DOM 事件 能在 worker 中正常使用, 目前 worker 中的事件 Event, MessageEvent, ErrorEvent and ProgressEvent  被重命名为了 WorkerEvent, WorkerMessageEvent, WorkerErrorEvent and WorkerProgressEvent.

JavaScript

Proxy 全局变量从对象类型修正到函数类型

以前, Proxy 是一个对象类型的值. 现在 typeof Proxy 会返回 function ,且不需要在前面加 new 运算符也可以正常调用了.

yield without a value has been deprecated

yield 运算符不再需要一个操作数, 该变化遵循了 ECMAScript 6 规范草案.

文档标签和贡献者

 此页面的贡献者: ziyunfei
 最后编辑者: ziyunfei,