We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Love the library, but I'd like to be able to hook up an additional callback from eruda for each console call so I can log it on a server.
It doesnt look like there is anything like that, but I can hope.
Thanks and again really nice library.
The text was updated successfully, but these errors were encountered:
Add: Console events #66
71ae5d0
Supported in version 1.4.4.
eruda.get('console').on('log', function (val) { alert(val); }); console.log('test'); // Alert 'test'
Sorry, something went wrong.
Thanks! I missed this in the documentation. Thanks!
No branches or pull requests
Love the library, but I'd like to be able to hook up an additional callback from eruda for each console call so I can log it on a server.
It doesnt look like there is anything like that, but I can hope.
Thanks and again really nice library.
The text was updated successfully, but these errors were encountered: