send
send: (channel: string, ...data: any[]) => void
Send a message over the socket.
@note data
is serialized with the Structured Clone Algorithm, so only
primitive types and ArrayBuffers
are allowed.
Defined in
- core/common/src/ipc/IpcSocket.ts Line 50
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.