Articles tagged: set
Found 18 documents
- Mozilla/Add-ons/WebExtensions/API/cookies/set The set() method of the cookies API sets a cookie containing the specified cookie data. This ...
- Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/set Stores one or more items in the storage area, or update existing items.
- Web/API/FormData/set The set() method of the FormData interface sets a new value for an existing key inside a ...
- Web/API/Headers/set The set() method of the Headers interface sets a new value for an existing header inside a ...
- Web/API/URLSearchParams/set The set() method of the URLSearchParams interface sets the value associated with a given search ...
- Web/JavaScript/Guide/Keyed_collections This chapter introduces collections of data which are ordered by a key; Map and Set objects ...
- Web/JavaScript/Reference/Global_Objects/Set The Set object lets you store unique values of any type, whether primitive values or object ...
- Web/JavaScript/Reference/Global_Objects/Set/@@iterator The initial value of the @@iterator property is the same function object as the initial value of ...
- Web/JavaScript/Reference/Global_Objects/Set/@@species The Set[@@species] accessor property returns the Set constructor.
- Web/JavaScript/Reference/Global_Objects/Set/add The add() method appends a new element with a specified value to the end of a Set object.
- Web/JavaScript/Reference/Global_Objects/Set/clear The clear() method removes all elements from a Set object.
- Web/JavaScript/Reference/Global_Objects/Set/delete The delete() method removes the specified element from a Set object.
- Web/JavaScript/Reference/Global_Objects/Set/entries The entries() method returns a new Iterator object that contains an array of [value, value] for ...
- Web/JavaScript/Reference/Global_Objects/Set/forEach The forEach() method executes a provided function once per each value in the Set object, in ...
- Web/JavaScript/Reference/Global_Objects/Set/has The has() method returns a boolean indicating whether an element with the specified value exists ...
- Web/JavaScript/Reference/Global_Objects/Set/prototype The Set.prototype property represents the prototype for the Set constructor.
- Web/JavaScript/Reference/Global_Objects/Set/size The size accessor property returns the number of elements in a Set object.
- Web/JavaScript/Reference/Global_Objects/Set/values The values() method returns a new Iterator object that contains the values for each element in ...