Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.BackgroundService

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
namespace Protocol.BackgroundService
import { Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { BackgroundService } = Protocol;

Defines events for background web platform features.

Type Aliases

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