puppeteer/new-docs/puppeteer.serializableorjshandle.md

13 lines
356 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; [SerializableOrJSHandle](./puppeteer.serializableorjshandle.md)
## SerializableOrJSHandle type
<b>Signature:</b>
```typescript
export declare type SerializableOrJSHandle = Serializable | JSHandle;
```