ChromeDevTools / debugger-protocol-viewer

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

Include cross-references #183

Open paulirish opened 2 years ago

paulirish commented 2 years ago

lushnikov's protocol-viewer alternative has a sweet feature where you can see the references of a given type

https://vanilla.aslushnikov.com/?Debugger.CallFrame

image

Super useful in figuring out what other methods use the same thing. I've always wanted it for this protocol viewer and just realized i never made an issue to track it. :)