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

Mark non-hidden entries with "stable" #30

Closed kdzwinel closed 8 years ago

kdzwinel commented 9 years ago

@dgozman :

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

paulirish commented 9 years ago

Good idea. That's a nice solution.

kdzwinel commented 9 years ago

It's super straightforward to do*, but I lack inspiration on how to present that message. Feel free to jump in!

(*) {% if method.hidden == null or method.hidden == false %} STABLE! {% endif %} - same for event and type

kdzwinel commented 8 years ago

the flag is now called 'experimental'