You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading non context-aware native modules in the renderer process is deprecated
Current situation
We get the deprecation message everytime a sync starts. Most likely it is the nsfw module which is not context aware.
Should
We should check all native modules used, if they are context aware.
Additional context
(node:60582) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information
Modules we should check
keytar (is already context aware)
@gyselroth/node-advanced-desktop (is a NAPI module)
nsfw
The text was updated successfully, but these errors were encountered:
Describe the change
Loading non context-aware native modules in the renderer process is deprecated
Current situation
We get the deprecation message everytime a sync starts. Most likely it is the nsfw module which is not context aware.
Should
We should check all native modules used, if they are context aware.
Additional context
(node:60582) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information
Modules we should check
The text was updated successfully, but these errors were encountered: