mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
845 B
845 B
Home > puppeteer > Protocol > Debugger > ContinueToLocationRequest
Protocol.Debugger.ContinueToLocationRequest interface
Signature:
export interface ContinueToLocationRequest
Properties
Property | Type | Description |
---|---|---|
location | Location | Location to continue to. |
targetCallFrames | ('any' | 'current') |