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
Test coverage is turned off for messageerror events with a comment to fix it:
messageerror
// NOTE: you cannot catch messageerror since it is a Node internal // (if anyone has any idea how to catch this in tests let us know)
Have started a discussion in node repository around best ways to handle such cases - nodejs/node#36333 (comment). The best advice to tackle it so far has been:
I would currently recommend just to emit the events directly
Simulating these events directly as suggested would be a next thing to try here.
Note, opening up an issue here so it's easier to track progress and any information that comes up on this topic in the future.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Test coverage is turned off for
messageerror
events with a comment to fix it:Research
Have started a discussion in node repository around best ways to handle such cases - nodejs/node#36333 (comment). The best advice to tackle it so far has been:
Next
Simulating these events directly as suggested would be a next thing to try here.
Note, opening up an issue here so it's easier to track progress and any information that comes up on this topic in the future.
The text was updated successfully, but these errors were encountered: