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

612 B

Home > puppeteer > Protocol > Debugger > SetScriptSourceResponse > callFrames

Protocol.Debugger.SetScriptSourceResponse.callFrames property

New stack trace in case editing has happened while VM was stopped.

Signature:

callFrames?: CallFrame[];