Preparing search index...
The search index is not available
@lacunahub/letsfrag
@lacunahub/letsfrag
ThreadClient
Class ThreadClient
Index
Constructors
constructor
Properties
ipc
Accessors
data
Methods
send
Constructors
constructor
new
Thread
Client
(
)
:
ThreadClient
Returns
ThreadClient
Properties
ipc
ipc
:
MessagePort
= parentPort
Accessors
data
get
data
(
)
:
any
Worker environment.
Returns
any
Methods
send
send
(
message
)
:
Promise
<
void
>
Sends a message to the worker.
Parameters
message
:
IPCRawMessage
IPC message.
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
ipc
data
send
@lacunahub/letsfrag
Loading...
Generated using
TypeDoc
Worker environment.