Skip to content

Commit

Permalink
doc: amend outdated doc about multiple environments (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas authored Oct 7, 2024
1 parent d8523a7 commit f12f2f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions napi.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ using MaybeOrValue = T;
/// Node-API operations within the callback. (Many methods infer the
/// environment from the `this` instance that the method is called on.)
///
/// In the future, multiple environments per process may be supported,
/// although current implementations only support one environment per process.
/// Multiple environments may co-exist in a single process or a thread.
///
/// In the V8 JavaScript engine, a Node-API environment approximately
/// corresponds to an Isolate.
Expand Down

0 comments on commit f12f2f5

Please sign in to comment.