Skip to content
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

Support console.groupEnd #215

Open
p-bakker opened this issue Nov 20, 2024 · 1 comment
Open

Support console.groupEnd #215

p-bakker opened this issue Nov 20, 2024 · 1 comment

Comments

@p-bakker
Copy link

Current console impl. supports .group and .groupCollapsed, but not the accompanying .groupEnd method

Which bombs out libraries the start groups with .group or .groupCollapsed end then try to close the group with .groupEnd

@justjake
Copy link
Owner

I’m not aware of any console implementation in this repository besides the one for QuickJS-in-QuickJS which is intended to be semi-humorous, that one is here:

using logHandle = context.newFunction("console.log", (...args) => {

but, it doesn’t support group, all it has is log and error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants