19 lines
636 B
Markdown
19 lines
636 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ServiceWorker](./puppeteer.protocol.serviceworker.md) > [StartWorkerRequest](./puppeteer.protocol.serviceworker.startworkerrequest.md)
|
||
|
|
||
|
## Protocol.ServiceWorker.StartWorkerRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface StartWorkerRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [scopeURL](./puppeteer.protocol.serviceworker.startworkerrequest.scopeurl.md) | string | |
|
||
|
|