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

14 lines
591 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; [CallArgument](./puppeteer.protocol.runtime.callargument.md) &gt; [unserializableValue](./puppeteer.protocol.runtime.callargument.unserializablevalue.md)
## Protocol.Runtime.CallArgument.unserializableValue property
Primitive value which can not be JSON-stringified.
<b>Signature:</b>
```typescript
unserializableValue?: UnserializableValue;
```