ChromeDevTools / debugger-protocol-viewer

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

Security.SecurityState broken in stable(1.2) #73

Closed gcooney closed 7 years ago

gcooney commented 7 years ago

The spec for network.response in the stable(1.2) build contains the property securityState which links to Security.SecurityState for the property definition. The domain Security does not exist in 1.2 so this is a dead link.

kdzwinel commented 7 years ago

@gcooney thanks for reporting!

Link to the section in question. As far as I can see there is Security.CertificateId and Security.SecurityState that are both pointing to the Security domain that does not exist.

@paulirish any Idea how Security domain should look in v1.2?

kdzwinel commented 7 years ago

Moved to the devtools-protocol repo.