mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
27 lines
880 B
Markdown
27 lines
880 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [RemoteObjectType](./puppeteer.protocol.runtime.remoteobjecttype.md)
|
||
|
|
||
|
## Protocol.Runtime.RemoteObjectType enum
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export const enum RemoteObjectType
|
||
|
```
|
||
|
|
||
|
## Enumeration Members
|
||
|
|
||
|
| Member | Value | Description |
|
||
|
| --- | --- | --- |
|
||
|
| Bigint | <code>'bigint'</code> | |
|
||
|
| Boolean | <code>'boolean'</code> | |
|
||
|
| Function | <code>'function'</code> | |
|
||
|
| Number | <code>'number'</code> | |
|
||
|
| Object | <code>'object'</code> | |
|
||
|
| String | <code>'string'</code> | |
|
||
|
| Symbol | <code>'symbol'</code> | |
|
||
|
| Undefined | <code>'undefined'</code> | |
|
||
|
| Wasm | <code>'wasm'</code> | |
|
||
|
|