Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface default.Debugger.SetScriptSourceRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SetScriptSourceRequest } = default.Debugger;

Properties

Id of the script to edit.

scriptSource: string

New content of the script.

optional
dryRun: boolean

If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.