19 lines
720 B
Markdown
19 lines
720 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) > [GetScriptSourceRequest](./puppeteer.protocol.debugger.getscriptsourcerequest.md)
|
||
|
|
||
|
## Protocol.Debugger.GetScriptSourceRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetScriptSourceRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [scriptId](./puppeteer.protocol.debugger.getscriptsourcerequest.scriptid.md) | [Runtime.ScriptId](./puppeteer.protocol.runtime.scriptid.md) | Id of the script to get source for. |
|
||
|
|