【发布时间】:2014-04-19 20:44:07
【问题描述】:
我在桌面窗口上使用 chrome 版本 34.0.1847.116m 并尝试在 chrome 扩展中使用 debugger API。
我已经成功使用 requiredVersion="1.0" 并使用“1.0”版本的协议,但想使用“1.1”版本的协议。
在与protocol 相关的此页面上,它指出:
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 吗?
【问题讨论】:
标签: google-chrome google-chrome-extension google-chrome-devtools