19 lines
725 B
Markdown
19 lines
725 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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
|
||
|
|
||
|
<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. |
|
||
|
|