ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
862 stars 172 forks source link

add node js protocol version #47

Closed paulirish closed 8 years ago

auchenberg commented 8 years ago

Any reason why the minor and major versions hasn't changed?

paulirish commented 8 years ago

TBH the version fields aren't maintained. :/

In reality, we would have them per-domain, because v8 at 4604d24a75168768584760ba56d175507941852f and chromium at 4604d24a75168768584760ba56d175507941852f have the exact same protocol details for these domains.

auchenberg commented 8 years ago

Aha. Got it. We need to work out the versioning in a future protocol revision.