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

801 B

Home > puppeteer > Protocol > Debugger > GetScriptSourceResponse

Protocol.Debugger.GetScriptSourceResponse interface

Signature:

export interface GetScriptSourceResponse 

Properties

Property Type Description
bytecode string Wasm bytecode.
scriptSource string Script source (empty in case of Wasm bytecode).