Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>ServiceWorker_ServiceWorkerErrorMessage

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

ServiceWorker error message.

definition: { errorMessage: string; registrationId: ServiceWorker_RegistrationID; versionId: string; sourceURL: string; lineNumber: number; columnNumber: number; }