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 "modern" way of doing this is by keeping references in slots and all references are strong. If there's an actual non-strong reference this would have to be called out explicitly and defined.
The text was updated successfully, but these errors were encountered:
All these references are already explicit (usually via "internal slots" on the objects) and they are strong by default, so there's no need to state this separately.
Closes#4386.
All these references are already explicit (usually via "internal slots" on the objects) and they are strong by default, so there's no need to state this separately.
Closes#4386.
I think once #4350 lands we should remove everything before "discard" in https://html.spec.whatwg.org/#garbage-collection-and-browsing-contexts. And we should also remove https://html.spec.whatwg.org/#garbage-collection.
The "modern" way of doing this is by keeping references in slots and all references are strong. If there's an actual non-strong reference this would have to be called out explicitly and defined.
The text was updated successfully, but these errors were encountered: