On this page
MessageEventInit
interface MessageEventInit <T = any> extends EventInit {
data?: T;
lastEventId?: string;
origin?: string;
}
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/MessageEventInit