Skip to content

JSValueScope.Current property

Gets the current JS value scope.

C#
public static JSValueScope Current { get; }

Exceptions

exceptioncondition
JSInvalidThreadAccessExceptionNo scope was established for the current thread.

See Also

Released under the MIT license