716 B
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');