if I google 'firebug console API' it leads me to this page:
http://getfirebug.com/wiki/index.php/Console_API
which documents for me the Javascript console API I can use to write to the firebug console
Google chrome also has a console object. Where is its equivalent API page?
For example, Firebug, allows: console.log('%c%s', 'color: #ABC', 'hi')
to output a string in a particular color
While google chrome only accepts console.log('%s', 'hi)
- it dosn't accept %c
Chrome is using Webkit engine, same as Safari, so you can check out Console API from Safari.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With