Articles tagged: WeakSet
Found 6 documents
- Web/JavaScript/Reference/Global_Objects/WeakSet The WeakSet object lets you store weakly held objects in a collection.
- Web/JavaScript/Reference/Global_Objects/WeakSet/add The add() method appends a new object to the end of a WeakSet object.
- Web/JavaScript/Reference/Global_Objects/WeakSet/clear The clear() method used to remove all elements from a WeakSet object, but is no longer part of ...
- Web/JavaScript/Reference/Global_Objects/WeakSet/delete The delete() method removes the specified element from a WeakSet object.
- Web/JavaScript/Reference/Global_Objects/WeakSet/has The has() method returns a boolean indicating whether an object exists in a WeakSet or not.
- Web/JavaScript/Reference/Global_Objects/WeakSet/prototype The WeakSet.prototype property represents the prototype for the WeakSet constructor.