TypedArray.prototype
TypedArray.prototype
该属性表示构造函数的原型。TypedArray.prototypeTypedArray
| Property attributes of TypedArray.prototype |
|:----|
| Writable | no |
| Enumerable | no |
| Configurable | no |
描述
TypedArray
实例继承自TypedArray.prototype
。您可以使用构造函数的原型对象向所有TypedArray
实例添加属性或方法,其中TypedArray
是其中一种类型的数组类型。
有关继承的更多信息,另请参阅有关TypedArray
的描述。
属性
TypedArray.prototype.constructor
返回创建实例原型的函数。这是默认情况下相应的类型化数组类型函数。
Methods
TypedArray.prototype.copyWithin()
复制数组中的一系列数组元素。另见Array.prototype.copyWithin()
。
产品规格
Specification | Status | Comment |
---|---|---|
ECMAScript 2015 (6th Edition, ECMA-262)The definition of 'TypedArray prototype' in that specification. | Standard | Initial definition. |
ECMAScript Latest Draft (ECMA-262)The definition of 'TypedArray prototype' in that specification. | Draft | |
浏览器兼容性
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 7.0 | (Yes) | 4.0 (2) | 10 | 11.6 | 5.1 |
Feature | Android | Edge | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | 4.0 | (Yes) | (Yes) | 4.0 (2) | 10 | 11.6 | 4.2 |