You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSNativeApi class consists almost entirely of extension methods for JSValue. Either it should be renamed to JSValueExtensions, or the methods should be moved into the JSValue class itself.
The
JSNativeApiclass consists almost entirely of extension methods forJSValue. Either it should be renamed toJSValueExtensions, or the methods should be moved into theJSValueclass itself.