Articles tagged: WeakMap
Found 7 documents
- Web/JavaScript/Reference/Global_Objects/WeakMap The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. ...
- Web/JavaScript/Reference/Global_Objects/WeakMap/clear The clear() method used to remove all elements from a WeakMap object, but is no longer part of ...
- Web/JavaScript/Reference/Global_Objects/WeakMap/delete The delete() method removes the specified element from a WeakMap object.
- Web/JavaScript/Reference/Global_Objects/WeakMap/get The get() method returns a specified element from a WeakMap object.
- Web/JavaScript/Reference/Global_Objects/WeakMap/has The has() method returns a boolean indicating whether an element with the specified key exists ...
- Web/JavaScript/Reference/Global_Objects/WeakMap/prototype The WeakMap.prototype property represents the prototype for the WeakMap constructor.
- Web/JavaScript/Reference/Global_Objects/WeakMap/set The set() method adds a new element with a specified key and value to a WeakMap object.