W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
MessageEventInit
interface
MessageEventInit
<
T
=
any
>
extends
EventInit
{
data?
:
T
;
lastEventId?
:
string
;
origin?
:
string
;
}
Type Parameters
T
=
any
Extends
EventInit
Properties
data?
:
T
lastEventId?
:
string
origin?
:
string
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/MessageEventInit