在线文档教程

DataView.prototype

DataView.prototype

DataView.prototype 表示DataView的原型。

| DataView.prototype属性的属性特性 |

|:----|

| Writable | no |

| Enumerable | no |

| Configurable | no |

描述

DataView的实例从DataView.prototype继承。就像所有的构造器,你可以修改原型来改变生成的DataView实例。

属性

DataView.prototype.constructor指定用来生成原型的构造函数.初始化值是标准内置DataView构造器.

方法

DataView.prototype.getInt8()从DataView起始位置以byte为计数的指定偏移量(byteOffset)处获取一个8-bit数(一个字节).

DataView.prototype.setInt8()从DataView起始位置以byte为计数的指定偏移量(byteOffset)处储存一个8-bit数(一个字节).

规范

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

浏览器兼容性

FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support9.0(Yes)15.0 (15.0)1012.15.1

FeatureAndroidChrome for AndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support4.0(Yes)(Yes)15.0 (15)?12.04.2