WeakRef
Term side of the Card
Topic: Specials
Unit title: WeakRef
Categories: Object
Explanation side of the Card
Explanation: The object that holds a weak reference to another object, allowing it to be garbage collected if no other strong references to it exist. It's useful for creating caches or implementing memory management strategies.
Browser compatibility:
- The chrome browser supports this feature starting from version 84
- The edge browser supports this feature starting from version 84
- The firefox browser supports this feature starting from version 79
- The safari browser supports this feature starting from version 14.1
Availability: