We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188f1d2 commit 2d39369Copy full SHA for 2d39369
doc/api/addons.md
@@ -8,8 +8,8 @@ Addons are dynamically-linked shared objects written in C++. The
8
Addons provide an interface between JavaScript and C/C++ libraries.
9
10
There are three options for implementing Addons: N-API, nan, or direct
11
-use of internal V8, libuv and Node.js libraries. Unless you need direct
12
-access to functionality which is not exposed by N-API, use N-API.
+use of internal V8, libuv and Node.js libraries. Unless there is a need for
+direct access to functionality which is not exposed by N-API, use N-API.
13
Refer to [C/C++ Addons with N-API](n-api.html) for more information on N-API.
14
15
When not using N-API, implementing Addons is complicated,
0 commit comments