mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
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. |