ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

Implement proxy types for inspector-protocol tests #305

Closed OrKoN closed 10 months ago

OrKoN commented 10 months ago

This change will allow the devtools-protocol package to be used for type hints in the IDE when authoring inspector-protocol tests in Chromium. See https://chromium-review.googlesource.com/c/chromium/src/+/5201292 as an example.

paulirish commented 10 months ago

This is badass. Nice one!