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
171
171
changes to the API or wire format) may occur until this warning is removed.
172
172
173
173
### v8.serialize(value)
174
- <!--
174
+ <!-- YAML
175
175
added: v8.0.0
176
176
-->
177
177
@@ -180,7 +180,7 @@ added: v8.0.0
180
180
Uses a [ ` DefaultSerializer ` ] [ ] to serialize ` value ` into a buffer.
181
181
182
182
### v8.deserialize(buffer)
183
- <!--
183
+ <!-- YAML
184
184
added: v8.0.0
185
185
-->
186
186
@@ -190,7 +190,7 @@ Uses a [`DefaultDeserializer`][] with default options to read a JS value
190
190
from a buffer.
191
191
192
192
### class: v8.Serializer
193
- <!--
193
+ <!-- YAML
194
194
added: v8.0.0
195
195
-->
196
196
@@ -299,7 +299,7 @@ Indicate whether to treat `TypedArray` and `DataView` objects as
299
299
host objects, i.e. pass them to [ ` serializer._writeHostObject() ` ] [ ] .
300
300
301
301
### class: v8.Deserializer
302
- <!--
302
+ <!-- YAML
303
303
added: v8.0.0
304
304
-->
305
305
@@ -379,7 +379,7 @@ This method is not present on the `Deserializer` class itself but can be
379
379
provided by subclasses.
380
380
381
381
### class: v8.DefaultSerializer
382
- <!--
382
+ <!-- YAML
383
383
added: v8.0.0
384
384
-->
385
385
@@ -388,7 +388,7 @@ A subclass of [`Serializer`][] that serializes `TypedArray`
388
388
stores the part of their underlying ` ArrayBuffer ` s that they are referring to.
389
389
390
390
### class: v8.DefaultDeserializer
391
- <!--
391
+ <!-- YAML
392
392
added: v8.0.0
393
393
-->
394
394
You can’t perform that action at this time.
0 commit comments