Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceWorkerMessageEventInit

Package version

Hierarchy

Index

Properties

Optional bubbles

bubbles: undefined | false | true

Optional cancelable

cancelable: undefined | false | true

Optional composed

composed: undefined | false | true

Optional data

data: any

Optional lastEventId

lastEventId: undefined | string

Optional origin

origin: undefined | string

Optional ports

ports: MessagePort[] | null

Optional source

source: ServiceWorker | MessagePort | null

Generated using TypeDoc