Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.BackgroundService.ServiceName

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
type alias Protocol.BackgroundService.ServiceName
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
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"
)