Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>ServiceWorker_ServiceWorkerVersionStatus

A high-level puppeteer/playwright-like library for Deno
Latest
type alias ServiceWorker_ServiceWorkerVersionStatus
import { type ServiceWorker_ServiceWorkerVersionStatus } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";
definition:
| "new"
| "installing"
| "installed"
| "activating"
| "activated"
| "redundant"