801 B
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). |