libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
EventSource.onopen
libwasm
bindings
EventSource
EventSource
Undocumented in source. Be warned that the author may not have intended to support it.
void
onopen
(Optional!(T0) onopen)
struct
EventSource
nothrow
void
onopen
(
T0
)
(
scope
auto
ref
Optional
!(
T0
)
onopen
)
if
(
isTOrPointer
!(
T0
,
EventHandlerNonNull
)
)
EventHandler
onopen
()
Meta
Source
See Implementation
libwasm
bindings
EventSource
EventSource
constructors
this
functions
close
onerror
onmessage
onopen
readyState
url
withCredentials
variables
CLOSED
CONNECTING
OPEN
_parent