Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Protocol.Debugger.ResumeRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { ResumeRequest } = Protocol.Debugger;

Properties

optional
terminateOnResume: boolean

Set to true to terminate execution upon resuming execution. In contrast to Runtime.terminateExecution, this will allows to execute further JavaScript (i.e. via evaluation) until execution of the paused code is actually resumed, at which point termination is triggered. If execution is currently not paused, this parameter has no effect.