puppeteer/new-docs/puppeteer.protocol.runtime.remoteobject.unserializablevalue.md

14 lines
645 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) &gt; [unserializableValue](./puppeteer.protocol.runtime.remoteobject.unserializablevalue.md)
## Protocol.Runtime.RemoteObject.unserializableValue property
Primitive value which can not be JSON-stringified does not have `value`<!-- -->, but gets this property.
<b>Signature:</b>
```typescript
unserializableValue?: UnserializableValue;
```