Skip to content

NodeWorker.PostMessage method

Send a message to the worker that is received via the ParentPortMessage event.

C#
public void PostMessage(JSValue value)
parameterdescription
value

See Also

Released under the MIT license