Pregunta

I am using chrome version 34.0.1847.116m on Desktop windows and trying to use the debugger API inside a chrome extension.

I have successfully been using requiredVersion="1.0" and using the version "1.0" of the protocol, but want to use the "1.1" version of the protocol.

on this page related to the protocol, it states :

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.

When trying requiredVersion="1.1" with chrome 34 I get the following error :

Requested protocol version is not supported: 1.1.

Is there something I am missing ? has "1.1" support never been reached for M31 ? is there an ETA on this version of the protocol ?

¿Fue útil?

Solución

The maintainer of the feature here.

If you want to use protocol version "1.1" you can go ahead and do it. Chromium does NOT hide protocol methods specific to 1.1 if you requested 1.0, I can see how this can be confusing.

The fact that Chromium currently does not accept "1.1" as the protocol version in thechrome.debugger.attach call is a bug.

Thanks for pointing this out, I am fixing it now.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top