-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console.table support #9
Comments
I don't know what this is about. If you want someone else to look into your issue, you need to post a detailed description of your problem and maybe propose a solution - or submit a PR. |
https://github.com/kodus/server-log/
however.. If I include
I'll get no output, only a spinner |
I referenced the documentation for this feature:
Note that we don't use the native DevTools console - this is by design, since we don't want client and server logs mixed into the client-side console. So this may not have all the "hidden features" of the native DevTools console. If you'd like to enhance this feature, feel free to submit a PR. |
it's a shame it's not possible to use the existing console api, but direct the output to the desired dev-tool tab :( |
It's not strictly impossible - the source-code is available, but of course would need some major restructuring to extract the parts you'd need. I was actually somewhat surprised not to find an npm package with the console functions available as a library - there are lots of third-party tools that implement framework-specific consoles, etc. so this would definitely be useful. (I didn't look very hard, so there still might be?) (if I was going to attack this problem myself, that would be my approach - extract the console API and make it available as a proper package...) |
As referenced in #5 table support is limited / breaks output
https://developer.mozilla.org/en-US/docs/Web/API/Console/table
should accept obj / list of obj, etc
The text was updated successfully, but these errors were encountered: