mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
941 B
Markdown
21 lines
941 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) > [DeliverPushMessageRequest](./puppeteer.protocol.serviceworker.deliverpushmessagerequest.md)
|
||
|
|
||
|
## Protocol.ServiceWorker.DeliverPushMessageRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface DeliverPushMessageRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [data](./puppeteer.protocol.serviceworker.deliverpushmessagerequest.data.md) | string | |
|
||
|
| [origin](./puppeteer.protocol.serviceworker.deliverpushmessagerequest.origin.md) | string | |
|
||
|
| [registrationId](./puppeteer.protocol.serviceworker.deliverpushmessagerequest.registrationid.md) | [RegistrationID](./puppeteer.protocol.serviceworker.registrationid.md) | |
|
||
|
|