spasm ~master (2020-09-12T08:27:15Z)
Dub
Repo
MessagePort.postMessage
spasm
bindings
html
MessagePort
Undocumented in source. Be warned that the author may not have intended to support it.
void
postMessage
(T0 message, Sequence!(JsObject) transfer)
void
postMessage
(T0 message, PostMessageOptions options)
struct
MessagePort
nothrow
void
postMessage
(
T0
)
(
scope
auto
ref
T0
message
,
scope
ref
PostMessageOptions
options
)
void
postMessage
(T0 message)
Meta
Source
See Implementation
spasm
bindings
html
MessagePort
constructors
this
functions
close
onmessage
onmessageerror
postMessage
start
variables
_parent