puppeteer/new-docs/puppeteer.protocol.runtime.remoteobject.type.md
2020-07-13 14:01:35 +01:00

575 B

Home > puppeteer > Protocol > Runtime > RemoteObject > type

Protocol.Runtime.RemoteObject.type property

Object type.

Signature:

type: ('object' | 'function' | 'undefined' | 'string' | 'number' | 'boolean' | 'symbol' | 'bigint' | 'wasm');