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数(一个字节).
规范
Specification | Status | Comment |
---|---|---|
ECMAScript 2015 (6th Edition, ECMA-262)The definition of 'DataView.prototype' in that specification. | Standard | Initial definition. |
ECMAScript Latest Draft (ECMA-262)The definition of 'DataView.prototype' in that specification. | Draft | |
浏览器兼容性
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 9.0 | (Yes) | 15.0 (15.0) | 10 | 12.1 | 5.1 |
Feature | Android | Chrome for Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | 4.0 | (Yes) | (Yes) | 15.0 (15) | ? | 12.0 | 4.2 |