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
Add runtime feature to report undisposed proxies of JSObject, ManagedObject so, that the developers could find on which instances they need to call dispose() explicitly, if they don't want to rely on finalizers. Both JS and C# proxies.