You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When console.log("test %s", 1) is evaluated in the browser context this results in console message sent back to crconsole with "text" property set to "test %s" and parameters to "test %s" and 1. Need to process them on the crconsole side. See some discussion in #10
When
console.log("test %s", 1)
is evaluated in the browser context this results in console message sent back to crconsole with "text" property set to "test %s" and parameters to "test %s" and 1. Need to process them on the crconsole side. See some discussion in #10Also see https://developer.chrome.com/devtools/docs/console#using-the-console-api
for example, might worth adding stack trace is level is "error".
support group() groupEnd() ? console.table() ? ( TODO: check out how they are serialized )
respect colors? https://developer.chrome.com/devtools/docs/console#styling-console-output-with-css
The text was updated successfully, but these errors were encountered: