[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 Signature: ```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) | |