Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.ServiceWorker.ServiceWorkerVersion

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

ServiceWorker version.

Properties

versionId: string
registrationId: RegistrationID
scriptURL: string
runningStatus: ServiceWorkerVersionRunningStatus
status: ServiceWorkerVersionStatus
optional
scriptLastModified: number

The Last-Modified header value of the main script.

optional
scriptResponseTime: number

The time at which the response headers of the main script were received from the server. For cached script it is the last time the cache entry was validated.

optional
controlledClients: Target.TargetID[]
optional
targetId: Target.TargetID