Skip to content

NodeWorker.SetEnvironmentData method

Sets the environment data in the current thread and all new Worker instances spawned from the current context.

C#
public static void SetEnvironmentData(JSValue key, JSValue value)

See Also

Released under the MIT license