mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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');