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
Right now, we capture console.log and console.error, but there are quite a few more: https://developer.mozilla.org/en-US/docs/Web/API/Console#Methods
console.log
console.error
In particular, we should capture the console methods used by the console_log logging backend: https://github.com/iamcodemaker/console_log#details
console_log
The text was updated successfully, but these errors were encountered:
Whipping up a patch.
Sorry, something went wrong.
wasm-bindgen-test: Capture more console logging methods' output
41eefa7
Fixes rustwasm#1183
No branches or pull requests
Right now, we capture
console.log
andconsole.error
, but there are quite a few more: https://developer.mozilla.org/en-US/docs/Web/API/Console#MethodsIn particular, we should capture the console methods used by the
console_log
logging backend: https://github.com/iamcodemaker/console_log#detailsThe text was updated successfully, but these errors were encountered: