ChromeDevTools / debugger-protocol-viewer

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

Optional and enum #143

Closed paulirish closed 4 years ago

paulirish commented 4 years ago

Added optional tags on optional params (thx pavel for reporting):

image

Print out the allowed values for an enum. We were doing this for types but not for params. image

A few more style tweaks, too.