Skip to main content
Module

x/astral/bindings/celestial.ts>ServiceWorker_ServiceWorkerRegistration

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias ServiceWorker_ServiceWorkerRegistration
import { type ServiceWorker_ServiceWorkerRegistration } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

ServiceWorker registration.

definition: { registrationId: ServiceWorker_RegistrationID; scopeURL: string; isDeleted: boolean; }