14 lines
555 B
Markdown
14 lines
555 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [CompileScriptRequest](./puppeteer.protocol.runtime.compilescriptrequest.md) > [sourceURL](./puppeteer.protocol.runtime.compilescriptrequest.sourceurl.md)
|
||
|
|
||
|
## Protocol.Runtime.CompileScriptRequest.sourceURL property
|
||
|
|
||
|
Source url to be set for the script.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
sourceURL: string;
|
||
|
```
|