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

Hide entries marked with "redirect". #26

Closed dgozman closed 9 years ago

dgozman commented 9 years ago

Those are just for backwards compatibility, and we would like all implementations to switch to the new ones. For example, Page.getCookies should not be visible in favor of Network.getCookies.

kdzwinel commented 9 years ago

Thanks for reporting - I just fixed that (PR waiting for merge).

BTW how about entries marked with "hidden: true"? Should these be hidden to?

dgozman commented 9 years ago

Entries marked "hidden" are meant to change at any time. I'd mark non-hidden entries with "stable" sign or something.

kdzwinel commented 9 years ago

OK, I've crated a separate issue for that: https://github.com/ChromeDevTools/debugger-protocol-viewer/issues/30