Skip to content

Commit 4f9fd8d

Browse files
richardlaunodejs-github-bot
authored andcommitted
doc: add missing introduced_in metadata
Fixes doc build warnings: ``` Failed to add alternative version links to webstreams Failed to add alternative version links to async_context ``` PR-URL: nodejs#39575 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 1a1793e commit 4f9fd8d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/api/async_context.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Asynchronous Context Tracking
22

3+
<!--introduced_in=v16.4.0-->
4+
35
> Stability: 2 - Stable
46
57
<!-- source_link=lib/async_hooks.js -->

doc/api/webstreams.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Web Streams API
22

3+
<!--introduced_in=v16.5.0-->
4+
35
> Stability: 1 - Experimental
46
57
An implementation of the [WHATWG Streams Standard][].

0 commit comments

Comments
 (0)