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
We make the `napi_env` per-module once more because it no longer
holds any state that needs to be shared among add-ons.
We then add a Node.js-specific N-API which allows one to obtain the
module whose exports were initialized at addon startup.
Re: nodejs/node-addon-api#449
Re: nodejs/node-addon-api#482
Re: nodejs/node-addon-api#505
I need to use some modules like fs or crypto. It's easy for me to achieve that with Nan by using module varible. Is there any way to do the same?
The text was updated successfully, but these errors were encountered: