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.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.
Issue Details
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.
Uh oh!
There was an error while loading. Please reload this page.
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.The text was updated successfully, but these errors were encountered: