puppeteer/new-docs/puppeteer.protocol.debugger.setscriptsourcerequest.md
2020-07-13 14:01:35 +01:00

1.0 KiB

Home > puppeteer > Protocol > Debugger > SetScriptSourceRequest

Protocol.Debugger.SetScriptSourceRequest interface

Signature:

export interface SetScriptSourceRequest 

Properties

Property Type Description
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.
scriptId Runtime.ScriptId Id of the script to edit.
scriptSource string New content of the script.