---
title: 对于开发人员的Firefox 78
slug: Mozilla/Firefox/Releases/78
translation_of: Mozilla/Firefox/Releases/78
---
{{FirefoxSidebar}}
本文提供了有关Firefox 78中将影响开发人员的更改的信息。 Firefox 78发布于2020年6月30日.
另请参阅Firefox 78中的新增功能:DevTools的改进,新的正则表达式引擎以及Mozilla hacks上大量的Web平台更新。
对于Web开发人员的更改
开发者工具
调试器
- 现在,您可以从关于:调试面板更改远程设备访问的URL。({{bug("1617237")}})
- 现在,调试器中的 禁用JavaScript 菜单项仅影响当前选项卡,并且在关闭“开发人员工具”后会重置。({{bug("1640318")}})
- 如果在作用域中启用映射,则日志点可以将源映射代码中的变量名称映射回其原始名称。({{bug("1536857")}})
网络监控器
- In the Network Monitor, you can now resize the columns of the request list by dragging the column borders anywhere in the table. ({{bug("1618409")}})
- The request details panel in the Network Monitor has some UX improvements. ({{bug("1631302")}}, {{bug("1631295")}})
- If a request was blocked, the request list now shows the reason, such as an add-on, CSP, CORS, or Enhanced Tracking Protection. ({{bug("1555057")}}, {{bug("1445637")}}, {{bug("1556451")}})
其他工具
- The Accessibility inspector is out of beta. You can use it to check for various accessibility issues on your site. ({{bug("1602075")}})
- Uncaught promise errors now provide all details in the Console, including their name and stack. ({{bug("1636590")}})
CSS
- The {{CSSxRef(":is", ":is()")}} and {{CSSxRef(":where", ":where()")}} pseudo-classes are now enabled by default ({{bug(1632646)}}).
- The {{CSSxRef(":read-only")}} and {{CSSxRef(":read-write")}} pseudo-classes are now supported without prefixes ({{bug(312971)}}).
- In addition,
:read-write
styles are no longer applied to disabled <input>
and <textarea>
elements, which was a violation of the HTML spec ({{bug(888884)}}).
JavaScript
一些API
DOM
- The {{DOMxRef("ParentNode.replaceChildren()")}} method has been implemented ({{bug(1626015)}}).
服务工作者
Web组装
- Wasm Multi-value is now supported, meaning that WebAssembly functions can now return multiple values, and instruction sequences can consume and produce multiple stack values ({{bug(1628321)}}).
- WebAssembly now supports import and export of 64-bit integer function parameters (i64) using
BigInt
from JavaScript ({{bug(1608770)}}).
TLS 1.0和1.1已被移除
对于附加组件开发人员的更改
- {{WebExtAPIRef("browsingData.removeCache")}} 和 {{WebExtAPIRef("browsingData.removePluginData")}} 现在支持按主机名删除。({{bug(1636784)}}).
- 使用
proxy.onRequest
时,现在可以正确应用基于选项卡ID或窗口ID限制的过滤器。 这对于希望仅在一个窗口中提供代理功能的加载项很有用。
- 现在,从“所有选项卡”下拉菜单中单击上下文菜单即可传递适当的选项卡对象。 过去,活动选项卡被错误地传递了。
- 当使用带有另存为选项的
downloads.download
时,可以记住最近使用的目录。 尽管此信息对开发人员用处不大,但对用户而言却非常方便。
旧版本
{{Firefox_for_developers(77)}}