Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f2d9ea

Browse filesBrowse files
KevinEadyjuanarbol
authored andcommitted
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>
1 parent db61722 commit 4f2d9ea
Copy full SHA for 4f2d9ea

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/n-api.md‎

Copy file name to clipboardExpand all lines: doc/api/n-api.md
+3-1Lines changed: 3 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ for `node-addon-api`.
8080

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

8586
## Implications of ABI stability
8687

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.