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
I'm not an expert on this.
I'm using node-serialport in electron. From what I know libraries like node-serialport may be loaded multiple times in different context.
In the last "LTS" electron version 7.X there is a deprecation warning concerning non context aware libraries.
Here is the related content I found about this context aware "problem" :
Just posting this issue to discuss about the topic and see how I can help despite the fact that i'm not a C/C++ expert
The text was updated successfully, but these errors were encountered:
It would be great to make this happen so the modules can still be used in the rendering process if no external content is being used.
Sorry, something went wrong.
This would help with workers too #1938
Looking for volunteers.
No branches or pull requests
I'm not an expert on this.
I'm using node-serialport in electron. From what I know libraries like node-serialport may be loaded multiple times in different context.
In the last "LTS" electron version 7.X there is a deprecation warning concerning non context aware libraries.
Here is the related content I found about this context aware "problem" :
Just posting this issue to discuss about the topic and see how I can help despite the fact that i'm not a C/C++ expert
The text was updated successfully, but these errors were encountered: