-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Implement console methods #307
Comments
Most of these seems to be straightforward. I would like to try it. |
Sure! go ahead :) |
We have some left after the PR, so if someone wants to try the rest, feel free! |
I would like to step in and finish the rest of the functions @Razican |
Go ahead! :) Let us know if you need any guidance. |
I could look into porting Let me know if this is of interest :) |
Sure, go ahead! :) |
Hey @Razican, just want to give you a heads up that I might not be able to implement these APIs in the near future; if there's anyone else interested in picking this up, please feel free. |
This Pull Request partially fixes #307. It changes the following: - Implements limited `console.trace` functionality by dumping stack trace. Since `console.trace`'s output is supposed to be implementation-specific according to the technical specification, it should be technically correct 😀 Any hints about potential improvements are welcome!
Console methods
console.groupCollapsed()
method #3805console.profile()
andconsole.profileEnd()
methods #3807console.profile()
andconsole.profileEnd()
methods #3807console.table()
method #3806console.timeStamp()
methods #3809console.trace()
method #3808The text was updated successfully, but these errors were encountered: