puppeteer/new-docs/puppeteer.protocol.debugger.getwasmbytecoderequest.md

19 lines
725 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [GetWasmBytecodeRequest](./puppeteer.protocol.debugger.getwasmbytecoderequest.md)
## Protocol.Debugger.GetWasmBytecodeRequest interface
<b>Signature:</b>
```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. |