20 lines
801 B
Markdown
20 lines
801 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) > [GetScriptSourceResponse](./puppeteer.protocol.debugger.getscriptsourceresponse.md)
|
||
|
|
||
|
## Protocol.Debugger.GetScriptSourceResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetScriptSourceResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [bytecode](./puppeteer.protocol.debugger.getscriptsourceresponse.bytecode.md) | string | Wasm bytecode. |
|
||
|
| [scriptSource](./puppeteer.protocol.debugger.getscriptsourceresponse.scriptsource.md) | string | Script source (empty in case of Wasm bytecode). |
|
||
|
|