--- title: Firefox 25 for developers slug: Mozilla/Firefox/Releases/25 translation_of: Mozilla/Firefox/Releases/25 ---
{{ draft() }}
local
({{bug("483446")}}).-moz-os-version
, 目前该属性只支持 Windows ({{bug("810399")}}).HTMLCanvasElement.toBlob
方法, 当第二个参数指定为 "image/jpeg"
时, 会接受第三个参数, 用来指定 jpeg 图片质量. ({{bug("891884")}}).下面都是 ECMAScript 6 (Harmony) 中的新特性!
Array.of()
方法 ({{bug("866849")}}).Number.parseInt()
和 Number.parseFloat()
方法 ({{bug("886949")}}).Map.prototype.forEach()
和 Set.prototype.forEach()
方法 ({{bug("866847")}})Math.log10()
, Math.log2()
, Math.log1p()
, Math.expm1()
, Math.cosh()
, Math.sinh()
, Math.tanh()
, Math.acosh()
, Math.asinh()
, Math.atanh()
, Math.hypot()
, Math.trunc()
, Math.sign()
以及 Math.cbrt()
({{bug("894026")}}).0o777
)和二进制整数字面量写法(比如0b111
) ({{bug("717379")}}). KeyboardEvent.key
属性对几个与 IME 有关的键盘按键的支持 ({{bug("865565")}}), 查看 各按键对应的 key 属性列表 了解详情.srcDoc
属性, 可以用 HTML 代码来定义 {{HTMLElement("iframe")}} 元素的文档内容 ({{bug("802895")}}).createTBody()
方法, 可以用来获取 (创建) 表格的 {{HTMLElement("tbody")}} 子元素 ({{bug("813034")}}).toStart
参数变为可选, 且默认值为 false
({{bug("891340")}}).按照最新 DOM 规范, window.Future() 改名为
window.Promise()
({{bug("884279")}}).parentNode
等属性
({{bug("895974")}}).navigator.geolocation
属性更新以符合最新规范. 它永远不会返回 null
. 当 geo.enabled
偏好设置为 false 时
, 它会返回 undefined
({{bug("884921")}}).{{Firefox_for_developers('24')}}