在线文档教程

WeakSet.prototype

WeakSet.prototype

该属性表示构造函数的原型。WeakSet.prototypeWeakSet

| WeakSet.prototype 的属性|

|:----|

| Writable | no |

| Enumerable | no |

| Configurable | no |

描述

WeakSet实例继承自WeakSet.prototype。您可以使用构造函数的原型对象为所有WeakSet实例添加属性或方法。

WeakSet.prototype 本身就是一个普通的对象:

Object.prototype.toString.call(WeakSet.prototype // "[object Object]"

属性

WeakSet.prototype.constructor返回创建实例原型的函数。这是WeakSet默认的功能。

方法

WeakSet.prototype.add(value) 在该 WeakSet 对象中添加一个新元素value.

规范

SpecificationStatusComment
ECMAScript 2015 (6th Edition, ECMA-262)The definition of 'WeakSet.prototype' in that specification.StandardInitial definition.
ECMAScript Latest Draft (ECMA-262)The definition of 'WeakSet.prototype' in that specification.Living Standard

浏览器兼容性

FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support36(Yes)34 (34)No support23No support

FeatureChrome for AndroidAndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic supportNo supportNo support(Yes)34.0 (34)No supportNo supportNo support