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

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>ServiceWorkerMessageEvent

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface ServiceWorkerMessageEvent
implements Event
import { type ServiceWorkerMessageEvent } from "https://deno.land/x/windmill@v1.298.0/node_modules/evt/lib/types/lib.dom.d.ts";

This ServiceWorker API interface contains information about an event sent to a ServiceWorkerContainer target. This extends the default message event to allow setting a ServiceWorker object as the source of a message. The event object is accessed via the handler function of a message event, when fired by a message received from a service worker.

Properties

readonly
data: any
readonly
lastEventId: string
readonly
origin: string
readonly
ports: ReadonlyArray<MessagePort> | null
readonly
source: ServiceWorker | MessagePort | null