Vertaling van "WeakSet" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Cette méthode permet d'ajouter une nouvel objet avec une valeur donnée à l'objet WeakSet.
Appends a new object with the given value to the WeakSet object.
Il permet d'ajouter des propriétés pour tous les objets WeakSet.
La méthode delete() permet de retirer un élément donné d'un objet WeakSet.
The delete() method removes the specified element from a WeakSet object.
La méthode delete() permet de retirer un élément donné d'un objet WeakSet.
The add() method appends a new object to the end of a WeakSet object.
Par défaut, ce sera la fonction native WeakSet.
This is the Set function by default.
clear: La méthode clear() permettait de retirer tous les éléments d'un objet WeakSet mais celle-ci ne fait plus partie d'ECMAScript.
clear: The clear() method used to remove all elements from a WeakSet object, but is no longer part of ECMAScript and its implementations.
Pour les autres instances d'objets tels que Map, Set, WeakMap et WeakSet, seules les propriétés énumérables sont sérialisées.
For all the other Object instances (including Map, Set, WeakMap and WeakSet), only their enumerable properties will be serialized.
Un objet présent dans un objet WeakSet ne peut apparaître qu'une seule fois, il est unique pour un WeakSet donné.
An object in the WeakSet may occur only once; it is unique in the WeakSet's collection.
true si un élément de l'objet WeakSet a bien été retiré, false sinon (dans le cas où la clé n'a pas été trouvée ou si la clé n'est pas un objet).
Return value true if an element in the WeakMap object has been removed successfully. false if the key is not found in the WeakMap or if the key is not an object.