The difference between clamped / usual typed arrays is only in the conversion on the setting value. They have no difference on getting value.
Is DataView.prototype.getUint8C really required?
Should it be one function with DataView.prototype.getUint8?
The difference between clamped / usual typed arrays is only in the conversion on the setting value. They have no difference on getting value.
Is
DataView.prototype.getUint8Creally required?Should it be one function with
DataView.prototype.getUint8?