Skip to main content
Module

x/evt/lib/types/index.ts>dom.ServiceWorkerMessageEventInit

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.ServiceWorkerMessageEventInit
implements EventInit
import { type dom } from "https://deno.land/x/evt@v2.3.1/lib/types/index.ts";
const { ServiceWorkerMessageEventInit } = dom;

Properties

optional
data: any
optional
lastEventId: string
optional
origin: string
optional
ports: MessagePort[] | null
optional
source: ServiceWorker | MessagePort | null