Skip to content

Commit 86c1f19

Browse files
vsemozhetbytjasnell
authored andcommitted
doc: add missing YAML keyword in v8.md metadata
PR-URL: #20023 Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent cf4e6fd commit 86c1f19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/api/v8.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ This API is under development, and changes (including incompatible
171171
changes to the API or wire format) may occur until this warning is removed.
172172

173173
### v8.serialize(value)
174-
<!--
174+
<!-- YAML
175175
added: v8.0.0
176176
-->
177177

@@ -180,7 +180,7 @@ added: v8.0.0
180180
Uses a [`DefaultSerializer`][] to serialize `value` into a buffer.
181181

182182
### v8.deserialize(buffer)
183-
<!--
183+
<!-- YAML
184184
added: v8.0.0
185185
-->
186186

@@ -190,7 +190,7 @@ Uses a [`DefaultDeserializer`][] with default options to read a JS value
190190
from a buffer.
191191

192192
### class: v8.Serializer
193-
<!--
193+
<!-- YAML
194194
added: v8.0.0
195195
-->
196196

@@ -299,7 +299,7 @@ Indicate whether to treat `TypedArray` and `DataView` objects as
299299
host objects, i.e. pass them to [`serializer._writeHostObject()`][].
300300

301301
### class: v8.Deserializer
302-
<!--
302+
<!-- YAML
303303
added: v8.0.0
304304
-->
305305

@@ -379,7 +379,7 @@ This method is not present on the `Deserializer` class itself but can be
379379
provided by subclasses.
380380

381381
### class: v8.DefaultSerializer
382-
<!--
382+
<!-- YAML
383383
added: v8.0.0
384384
-->
385385

@@ -388,7 +388,7 @@ A subclass of [`Serializer`][] that serializes `TypedArray`
388388
stores the part of their underlying `ArrayBuffer`s that they are referring to.
389389

390390
### class: v8.DefaultDeserializer
391-
<!--
391+
<!-- YAML
392392
added: v8.0.0
393393
-->
394394

0 commit comments

Comments
 (0)