Skip to content

Commit d7c8c6d

Browse files
richardlaudanielleadams
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: #39575 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 6b664e2 commit d7c8c6d

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)