type
WeakMap
WeakMap is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can be arbitrary values.
methods
delete |
Removes any value associated to the key. |
---|---|
get |
Returns the value associated to the key, or |
has |
Return |
set |
Sets value for given key in this map. |