On this page
MessageChannel
The MessageChannel interface of the Channel Messaging API allows us to create a new message channel and send data through it via its two MessagePort properties.
class MessageChannel {
constructor();
}
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/MessageChannel