19 lines
804 B
Markdown
19 lines
804 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) > [WorkerRegistrationUpdatedEvent](./puppeteer.protocol.serviceworker.workerregistrationupdatedevent.md)
|
||
|
|
||
|
## Protocol.ServiceWorker.WorkerRegistrationUpdatedEvent interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface WorkerRegistrationUpdatedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [registrations](./puppeteer.protocol.serviceworker.workerregistrationupdatedevent.registrations.md) | [ServiceWorkerRegistration](./puppeteer.protocol.serviceworker.serviceworkerregistration.md)<!-- -->\[\] | |
|
||
|
|