Skip to main content
Go to Latest
type alias Protocol.BackgroundService.ServiceName
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ServiceName } = Protocol.BackgroundService;

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

definition: (
| "backgroundFetch"
| "backgroundSync"
| "pushMessaging"
| "notifications"
| "paymentHandler"
| "periodicBackgroundSync"
)