Google chrome google chrome何时支持远程调试协议的1.1版?

Google chrome google chrome何时支持远程调试协议的1.1版?,google-chrome,google-chrome-extension,google-chrome-devtools,Google Chrome,Google Chrome Extension,Google Chrome Devtools,我正在桌面窗口上使用chrome版本34.0.1847.116m,并尝试在chrome扩展中使用 我已经成功地使用了requiredVersion=“1.0”和协议的“1.0”版本,但希望使用协议的“1.1”版本 在这一页上,它指出: As of Google Chrome M31, we commit to supporting the version 1.1 of the protocol. All subsequent 1.* versions of the protocol are go

我正在桌面窗口上使用chrome版本34.0.1847.116m,并尝试在chrome扩展中使用

我已经成功地使用了requiredVersion=“1.0”和协议的“1.0”版本,但希望使用协议的“1.1”版本

在这一页上,它指出:

As of Google Chrome M31, we commit to supporting the version 1.1 of the protocol.
All subsequent 1.* versions of the protocol are going to be
backwards compatible with 1.1.
使用chrome 34尝试requiredVersion=“1.1”时,出现以下错误:

Requested protocol version is not supported: 1.1.

我有什么遗漏吗?M31是否从未获得过“1.1”支持?此版本的协议是否有ETA?

此功能的维护者

如果您想使用协议版本“1.1”,您可以继续操作。Chromium不会隐藏特定于1.1的协议方法。如果您请求1.0,我可以看出这是多么令人困惑

chrome当前不接受“1.1”作为
chrome.debugger.attach
调用中的协议版本,这是一个错误


感谢您指出这一点,我现在正在修复它。

这里是该功能的维护者

如果您想使用协议版本“1.1”,您可以继续操作。Chromium不会隐藏特定于1.1的协议方法。如果您请求1.0,我可以看出这是多么令人困惑

chrome当前不接受“1.1”作为
chrome.debugger.attach
调用中的协议版本,这是一个错误


感谢您指出这一点,我现在正在修复它。

您可以链接到crbug或CL,以便我们知道修复何时在Chrome中着陆?@RobW,Vlad。奇怪的但是尝试0.1会抛出一个错误。你能链接到crbug或CL以便我们知道修复程序何时进入Chrome吗?@RobW,Vlad。奇怪的但是尝试0.1会抛出一个错误。