File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ This API is under development, and changes (including incompatible
171171changes to the API or wire format) may occur until this warning is removed.
172172
173173### v8.serialize(value)
174- <!--
174+ <!-- YAML
175175added: v8.0.0
176176-->
177177
@@ -180,7 +180,7 @@ added: v8.0.0
180180Uses a [ ` DefaultSerializer ` ] [ ] to serialize ` value ` into a buffer.
181181
182182### v8.deserialize(buffer)
183- <!--
183+ <!-- YAML
184184added: v8.0.0
185185-->
186186
@@ -190,7 +190,7 @@ Uses a [`DefaultDeserializer`][] with default options to read a JS value
190190from a buffer.
191191
192192### class: v8.Serializer
193- <!--
193+ <!-- YAML
194194added: v8.0.0
195195-->
196196
@@ -299,7 +299,7 @@ Indicate whether to treat `TypedArray` and `DataView` objects as
299299host objects, i.e. pass them to [ ` serializer._writeHostObject() ` ] [ ] .
300300
301301### class: v8.Deserializer
302- <!--
302+ <!-- YAML
303303added: v8.0.0
304304-->
305305
@@ -379,7 +379,7 @@ This method is not present on the `Deserializer` class itself but can be
379379provided by subclasses.
380380
381381### class: v8.DefaultSerializer
382- <!--
382+ <!-- YAML
383383added: v8.0.0
384384-->
385385
@@ -388,7 +388,7 @@ A subclass of [`Serializer`][] that serializes `TypedArray`
388388stores the part of their underlying ` ArrayBuffer ` s that they are referring to.
389389
390390### class: v8.DefaultDeserializer
391- <!--
391+ <!-- YAML
392392added: v8.0.0
393393-->
394394
You can’t perform that action at this time.
0 commit comments