Preparing search index...
The search index is not available
API
API
<internal>
Message
Interface Message
interface
Message
{
encoding
:
any
;
onmessage
:
(
(
message
:
any
)
=>
void
)
;
type
:
number
;
send
(
msg
:
any
)
:
void
;
}
Index
Properties
encoding
onmessage
type
Methods
send
Properties
encoding
encoding
:
any
onmessage
onmessage
:
(
(
message
:
any
)
=>
void
)
type
type
:
number
Methods
send
send
(
msg
)
:
void
Parameters
msg
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
encoding
onmessage
type
Methods
send
API
Loading...