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

x/deno/cli/js/web/workers.ts>MessageEvent

A modern runtime for JavaScript and TypeScript.
Go to Latest
class MessageEvent
extends Event
import { MessageEvent } from "https://deno.land/x/deno@v1.0.0/cli/js/web/workers.ts";

Constructors

new
MessageEvent(type: string, eventInitDict?: MessageEventInit)

Properties

readonly
data: any
readonly
lastEventId: string
readonly
origin: string