[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [GetWasmBytecodeRequest](./puppeteer.protocol.debugger.getwasmbytecoderequest.md) ## Protocol.Debugger.GetWasmBytecodeRequest interface Signature: ```typescript export interface GetWasmBytecodeRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [scriptId](./puppeteer.protocol.debugger.getwasmbytecoderequest.scriptid.md) | [Runtime.ScriptId](./puppeteer.protocol.runtime.scriptid.md) | Id of the Wasm script to get source for. |