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

Electron 14 requires native modules NAPI or context aware #34

Open
Draginfable opened this issue Jul 7, 2021 · 1 comment
Open

Electron 14 requires native modules NAPI or context aware #34

Draginfable opened this issue Jul 7, 2021 · 1 comment

Comments

@Draginfable
Copy link

@felixrieseberg
This node module uses NodeRT modules which are not context aware, so as app.allowRendererProcessReuse will be removed on electron 14, it will not work anymore as well.

NodeRT/NodeRT/issues/149
electron/electron/issues/18397

@felixrieseberg
Copy link
Owner

It'll still work, you'll just have to require it in the main process.

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