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
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
I was wondering about the collection behavior of unregister tokens.
The tokens are held in the [[UnregisterToken]] field of a Cell Record. Can that field be emptied if the token becomes unreachable from JavaScript?
This scenario could happen if a FinalizationGroup user decides it no longer needs to unregister cells yet still wants to know about finalization so keeps the registration intact but it removes its own reference to the token.