actions-on-google / interactive-canvas-devtools

A Chrome DevTools extension for Interactive Canvas development
Apache License 2.0
10 stars 4 forks source link

Improve documentation for console commands #3

Open Fleker opened 3 years ago

Fleker commented 3 years ago

The function addDebuggingMethodsInJsConsole adds commands to the DevTools console to call onUpdate/onTtsMark/etc. methods. However, this is currently a secret set of APIs as we don't document it anywhere, neither in the README nor the extension itself.

We should:

Important to consider for #1 too.