Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

not context-aware #74

@TanninOne

Description

@TanninOne

I'm using this module from electron and recently electron has declared modules as deprecated that aren't context-aware, the error message is
(node:11920) Electron: Loading non-context-aware native module in renderer: '\\?\...\node_modules\msgpack\build\Release\msgpackBinding.node'. This is deprecated, see https://github.com/electron/electron/issues/18397.

At some point electron will probably downright refuse such modules.

Fixing this can be as simple as changing the around a few of the NODE_ macros or fairly complicated if the module isn't thread safe.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions