import { type MessageChannel } from "https://deno.land/x/evt@v2.4.19/lib/types/lib.dom.ts";
This Channel Messaging API interface allows us to create a new message channel and send data through it via its two MessagePort properties.
Properties
readonly
port1: MessagePortReturns the first MessagePort object.
readonly
port2: MessagePortReturns the second MessagePort object.