Set.prototype
Set.prototype
Set.prototype
属性表示Set
构造器的原型。
| Set.prototype
属性的属性特性 |
|:----|
| Writable | no |
| Enumerable | no |
| Configurable | no |
描述
Set
示例继承于Set.prototype
。你可以用构造器的原型对象给所有Set示例添加属性或方法。
参数
Set.prototype.constructor
返回实例的构造函数。默认情况下是Set
。
方法
Set.prototype.add(value)
在Set对象尾部添加一个元素。返回该Set对象。
规范
Specification | Status | Comment |
---|---|---|
ECMAScript 2015 (6th Edition, ECMA-262)The definition of 'Set.prototype' in that specification. | Standard | Initial definition. |
ECMAScript Latest Draft (ECMA-262)The definition of 'Set.prototype' in that specification. | Living Standard | |
浏览器兼容性
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 38 | (Yes) | 13 (13) | 11 | 25 | 7.1 |
Feature | Android | Chrome for Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | No support | 38 | (Yes) | 13.0 (13) | No support | No support | 8 |