Skip to content

Commit

Permalink
doc: add missing YAML keyword in v8.md metadata
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vsemozhetbyt authored and jasnell committed Apr 16, 2018
1 parent cf4e6fd commit 86c1f19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/api/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ This API is under development, and changes (including incompatible
changes to the API or wire format) may occur until this warning is removed.

### v8.serialize(value)
<!--
<!-- YAML
added: v8.0.0
-->

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

### v8.deserialize(buffer)
<!--
<!-- YAML
added: v8.0.0
-->

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

### class: v8.Serializer
<!--
<!-- YAML
added: v8.0.0
-->

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

### class: v8.Deserializer
<!--
<!-- YAML
added: v8.0.0
-->

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

### class: v8.DefaultSerializer
<!--
<!-- YAML
added: v8.0.0
-->

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

### class: v8.DefaultDeserializer
<!--
<!-- YAML
added: v8.0.0
-->

Expand Down

0 comments on commit 86c1f19

Please sign in to comment.