Skip to content

doc,src: clarify that one napi_env is for each specific module

Rodrigo Muino Tomonari requested to merge github/fork/legendecas/napi_env into master

One napi_env is for each specific module in one context.

Related: https://github.com/nodejs/node/pull/28682 Fixes: https://github.com/nodejs/node/issues/31003

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading