File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ release.
2727</tr >
2828<tr >
2929 <td valign="top">
30- <b ><a href =" doc/changelogs/CHANGELOG_V8.md#8.2.1 " >8.2.1</a ></b ><br />
30+ <b ><a href =" doc/changelogs/CHANGELOG_V8.md#8.3.0 " >8.3.0</a ></b ><br />
31+ <a href =" doc/changelogs/CHANGELOG_V8.md#8.2.1 " >8.2.1</a ><br />
3132<a href =" doc/changelogs/CHANGELOG_V8.md#8.2.0 " >8.2.0</a ><br />
3233<a href =" doc/changelogs/CHANGELOG_V8.md#8.1.4 " >8.1.4</a ><br />
3334<a href =" doc/changelogs/CHANGELOG_V8.md#8.1.3 " >8.1.3</a ><br />
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ console.log('this will also print');
169169
170170### console.clear()
171171<!-- YAML
172- added: REPLACEME
172+ added: v8.3.0
173173-->
174174
175175When ` stdout ` is a TTY, calling ` console.clear() ` will attempt to clear the
@@ -183,7 +183,7 @@ binary.
183183
184184### console.count([ label] )
185185<!-- YAML
186- added: REPLACEME
186+ added: v8.3.0
187187-->
188188
189189* ` label ` {string} The display label for the counter. Defaults to ` 'default' ` .
@@ -216,7 +216,7 @@ undefined
216216
217217### console.countReset([ label = 'default'] )
218218<!-- YAML
219- added: REPLACEME
219+ added: v8.3.0
220220-->
221221
222222* ` label ` {string} The display label for the counter. Defaults to ` 'default' ` .
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ the [Implementation considerations section][] for more information.
5656
5757## Class dns.Resolver
5858<!-- YAML
59- added: REPLACEME
59+ added: v8.3.0
6060-->
6161
6262An independent resolver for DNS requests.
@@ -97,7 +97,7 @@ The following methods from the `dns` module are available:
9797
9898### resolver.cancel()
9999<!-- YAML
100- added: REPLACEME
100+ added: v8.3.0
101101-->
102102
103103Cancel all outstanding DNS queries made by this resolver. The corresponding
Original file line number Diff line number Diff line change @@ -1340,7 +1340,7 @@ of the ECMAScript Language Specification.
13401340
13411341#### * napi_create_dataview*
13421342<!-- YAML
1343- added: REPLACEME
1343+ added: v8.3.0
13441344-->
13451345
13461346``` C
@@ -1665,7 +1665,7 @@ is managed by the VM
16651665
16661666#### *napi_get_dataview_info*
16671667<!-- YAML
1668- added: REPLACEME
1668+ added: v8.3.0
16691669-->
16701670
16711671```C
@@ -2162,7 +2162,7 @@ This API checks if the Object passsed in is a typed array.
21622162
21632163### *napi_is_dataview*
21642164<!-- YAML
2165- added: REPLACEME
2165+ added: v8.3.0
21662166-->
21672167
21682168```C
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ see [Custom promisified functions][].
546546
547547## Class: util.TextDecoder
548548<!-- YAML
549- added: REPLACEME
549+ added: v8.3.0
550550-->
551551
552552> Stability: 1 - Experimental
@@ -685,7 +685,7 @@ mark.
685685
686686## Class: util.TextEncoder
687687<!-- YAML
688- added: REPLACEME
688+ added: v8.3.0
689689-->
690690
691691> Stability: 1 - Experimental
You can’t perform that action at this time.
0 commit comments