mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
860 B
860 B
Home > puppeteer > Protocol > Runtime > InspectRequestedEvent
Protocol.Runtime.InspectRequestedEvent interface
Issued when object should be inspected (for example, as a result of inspect() command line API call).
Signature:
export interface InspectRequestedEvent
Properties
Property | Type | Description |
---|---|---|
hints | any | |
object | RemoteObject |