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

653 B

Home > puppeteer > Protocol > Debugger > SetScriptSourceRequest > dryRun

Protocol.Debugger.SetScriptSourceRequest.dryRun property

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

Signature:

dryRun?: boolean;