puppeteer/new-docs/puppeteer.protocol.backgroundservice.servicename.md
2020-07-13 14:01:35 +01:00

716 B

Home > puppeteer > Protocol > BackgroundService > ServiceName

Protocol.BackgroundService.ServiceName type

The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.

Signature:

export type ServiceName = ('backgroundFetch' | 'backgroundSync' | 'pushMessaging' | 'notifications' | 'paymentHandler' | 'periodicBackgroundSync');