Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Debugger.SetScriptSourceRequest
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
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.