Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: add Node-API media link
PR-URL: #46189
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
KevinEady authored and juanarbol committed Jan 31, 2023
1 parent db61722 commit 4f2d9ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/n-api.md
Expand Up @@ -80,7 +80,8 @@ for `node-addon-api`.

The [Node-API Resource](https://nodejs.github.io/node-addon-examples/) offers
an excellent orientation and tips for developers just getting started with
Node-API and `node-addon-api`.
Node-API and `node-addon-api`. Additional media resources can be found on the
[Node-API Media][] page.

## Implications of ABI stability

Expand Down Expand Up @@ -6329,6 +6330,7 @@ the add-on's file name during loading.
[GitHub releases]: https://help.github.com/en/github/administering-a-repository/about-releases
[LLVM]: https://llvm.org
[Native Abstractions for Node.js]: https://github.com/nodejs/nan
[Node-API Media]: https://github.com/nodejs/abi-stable-node/blob/HEAD/node-api-media.md
[Object lifetime management]: #object-lifetime-management
[Object wrap]: #object-wrap
[Section 12.10.4]: https://tc39.github.io/ecma262/#sec-instanceofoperator
Expand Down

0 comments on commit 4f2d9ea

Please sign in to comment.